pkgsrc/x11/openmotif/patches/patch-bn

11 lines
327 B
Text

--- lib/Xm/XmIm.c.orig Tue Dec 16 11:40:22 2008
+++ lib/Xm/XmIm.c Tue Dec 16 11:43:36 2008
@@ -79,7 +79,7 @@
work quite right/or is poorly documented and i cant get it to
work.
*/
-#if defined(sun)
+#if defined(sun) && !defined(XlibSpecificationRelease)
typedef Bool (*XICProc)( XIC, XPointer, XPointer);
#endif