mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Fixes a build error due to the prototype being defined not matching the actual function. Approved by: portmgr (pav)
13 lines
350 B
C
13 lines
350 B
C
$FreeBSD$
|
|
|
|
--- ../../j2se/src/solaris/native/sun/awt/awt_motif21.c 14 Jan 2005 10:35:32 -0000 1.6
|
|
+++ ../../j2se/src/solaris/native/sun/awt/awt_motif21.c 8 May 2007 22:05:37 -0000
|
|
@@ -15,7 +15,7 @@
|
|
#include "awt_p.h"
|
|
#include "awt_Component.h"
|
|
|
|
-#if (XmVersion == 2001)
|
|
+#if (XmVersion >= 2001)
|
|
#include <Xm/XmIm.h>
|
|
#else
|
|
#define XmPER_SHELL 0
|