summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-28 16:03:36 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-28 16:03:36 +0100
commitc8f0330b4dfec35ca9a9d7943582580359c6705a (patch)
tree35a0c8a30cffab7b96c3ec89cb0ca29cb0363126 /patchsets/motif/2.3.8/01_all_solaris.patch
parentDrop motif-2.2.3 patchset. (diff)
downloadulm-c8f0330b4dfec35ca9a9d7943582580359c6705a.tar.gz
ulm-c8f0330b4dfec35ca9a9d7943582580359c6705a.tar.bz2
ulm-c8f0330b4dfec35ca9a9d7943582580359c6705a.zip
Rename motif patchset from 2.3.6 to 2.3.8.
No change in file content. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'patchsets/motif/2.3.8/01_all_solaris.patch')
-rw-r--r--patchsets/motif/2.3.8/01_all_solaris.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/patchsets/motif/2.3.8/01_all_solaris.patch b/patchsets/motif/2.3.8/01_all_solaris.patch
new file mode 100644
index 0000000..e1e6e62
--- /dev/null
+++ b/patchsets/motif/2.3.8/01_all_solaris.patch
@@ -0,0 +1,17 @@
+http://bugs.motifzone.net/showattachment.cgi?attach_id=259
+http://bugs.motifzone.net/long_list.cgi?buglist=1479
+
+Extend the patch to include guard for sun to solve the exact same
+compilation issue on Solaris.
+
+--- motif-2.3.4-orig/clients/uil/UilDefI.h
++++ motif-2.3.4/clients/uil/UilDefI.h
+@@ -270,7 +270,7 @@
+ #include "UilIODef.h"
+ #include "UilDiagDef.h"
+ #include "UilSarDef.h"
+-#if defined(linux) || defined(__APPLE__)
++#if defined(linux) || defined(__APPLE__) || defined(sun)
+ #define YYSTYPE yystype
+ #endif
+ #include "UilLexPars.h"