mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Make it so we include Xm/XmIm.h rather than defining our own prototype.
Fixes a build error due to the prototype being defined not matching the actual function. Pointed out by: pointyhat (via kris)
This commit is contained in:
parent
87beca2a5b
commit
a40ce7783f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192601
1 changed files with 13 additions and 0 deletions
13
java/jdk13/files/patch-j2sdk1.3.1-awt-awt_motif21.c
Normal file
13
java/jdk13/files/patch-j2sdk1.3.1-awt-awt_motif21.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
$FreeBSD$
|
||||
|
||||
--- ../src/solaris/native/sun/awt/awt_motif21.c 14 Jan 2005 10:35:32 -0000 1.6
|
||||
+++ ../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
|
Loading…
Add table
Reference in a new issue