summaryrefslogtreecommitdiff
path: root/x11-misc/imake/files/imake-1.0.7-sun-compiler.patch
blob: 27fe234f99acaa8bd496784892f5940702ce63d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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