summary refs log tree commit diff
path: root/pkgs/servers/x11/xorg/imake-cc-wrapper-uberhack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/x11/xorg/imake-cc-wrapper-uberhack.patch')
-rw-r--r--pkgs/servers/x11/xorg/imake-cc-wrapper-uberhack.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/servers/x11/xorg/imake-cc-wrapper-uberhack.patch b/pkgs/servers/x11/xorg/imake-cc-wrapper-uberhack.patch
new file mode 100644
index 000000000000..fe079eeb42a7
--- /dev/null
+++ b/pkgs/servers/x11/xorg/imake-cc-wrapper-uberhack.patch
@@ -0,0 +1,13 @@
+diff --git a/imake.c b/imake.c
+index c20cd4a..ec2589b 100644
+--- a/imake.c
++++ b/imake.c
+@@ -959,7 +959,7 @@ get_libc_version(FILE *inFile)
+ {
+   char aout[4096], *tmpdir;
+   FILE *fp;
+-  const char *format = "%s -o %s -x c -";
++  const char *format = "f=$(mktemp imakeXXXXXX.c); cat > $f; %s $f -o %s";
+   char *cc;
+   int len;
+   char *command;