diff options
Diffstat (limited to 'patchsets/motif/2.3.6/01_all_solaris.patch')
-rw-r--r-- | patchsets/motif/2.3.6/01_all_solaris.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/patchsets/motif/2.3.6/01_all_solaris.patch b/patchsets/motif/2.3.6/01_all_solaris.patch new file mode 100644 index 0000000..e1e6e62 --- /dev/null +++ b/patchsets/motif/2.3.6/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" |