diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-06-28 18:57:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-06-28 18:57:18 +0000 |
commit | d69e3c8bb506067d3d6ecf24a027f6fe4cd717f6 (patch) | |
tree | 02088f3100ed899b3da6ad840f7e59aa27b9e7d5 /java/jdk14/files/patch-j2se::awt::awt_motif21.c | |
parent | Drop maintainership. (diff) |
Remove expired port:
2011-04-17 java/jdk14: does not build on FreeBSD 7.x or newer
Diffstat (limited to 'java/jdk14/files/patch-j2se::awt::awt_motif21.c')
-rw-r--r-- | java/jdk14/files/patch-j2se::awt::awt_motif21.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk14/files/patch-j2se::awt::awt_motif21.c b/java/jdk14/files/patch-j2se::awt::awt_motif21.c deleted file mode 100644 index 9dfe145b32d4..000000000000 --- a/java/jdk14/files/patch-j2se::awt::awt_motif21.c +++ /dev/null @@ -1,13 +0,0 @@ -$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 |