summaryrefslogtreecommitdiff
path: root/x11-misc/imake/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/imake/files')
-rw-r--r--x11-misc/imake/files/imake-1.0.7-sun-compiler.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/imake/files/imake-1.0.7-sun-compiler.patch b/x11-misc/imake/files/imake-1.0.7-sun-compiler.patch
new file mode 100644
index 000000000000..27fe234f99ac
--- /dev/null
+++ b/x11-misc/imake/files/imake-1.0.7-sun-compiler.patch
@@ -0,0 +1,19 @@
+--- a/imake.c
++++ b/imake.c
+@@ -1,4 +1,6 @@
+-
++#if defined(sun)
++#undef sun
++#endif
+ /***************************************************************************
+ * *
+ * Porting Note *
+--- a/imakemdep.h
++++ b/imakemdep.h
+@@ -1,3 +1,6 @@
++#if defined(sun)
++#undef sun
++#endif
+ /*
+
+ Copyright (c) 1993, 1994, 1998 The Open Group