diff options
Diffstat (limited to 'net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch')
-rw-r--r-- | net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch b/net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch deleted file mode 100644 index ece22145c47f..000000000000 --- a/net-misc/nx/files/1.5.0/nx-x11-1.5.0-tmp-exec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nx-X11/config/imake/imake.c.orig 2006-11-05 00:10:49.000000000 +0000 -+++ nx-X11/config/imake/imake.c 2006-11-05 00:11:49.000000000 +0000 -@@ -974,7 +974,7 @@ - static void - get_libc_version(FILE *inFile) - { -- char aout[] = "/tmp/imakeXXXXXX"; -+ char aout[] = "./imakeXXXXXX"; - FILE *fp; - const char *format = "%s -o %s -x c -"; - char *cc; |