summaryrefslogtreecommitdiff
path: root/x11/openmotif/patches/patch-bn
blob: 040141bcc766c11ab038c465d7d72ad93273f48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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