mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
$NetBSD: patch-bn,v 1.2 2012/11/09 16:46:50 ryoon Exp $
|
|
|
|
--- 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
|
|
|