diff options
Diffstat (limited to 'java/jdk15/files/patch-j2se-motif21-Makefile')
-rw-r--r-- | java/jdk15/files/patch-j2se-motif21-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/java/jdk15/files/patch-j2se-motif21-Makefile b/java/jdk15/files/patch-j2se-motif21-Makefile deleted file mode 100644 index bcbe5f6c81d7..000000000000 --- a/java/jdk15/files/patch-j2se-motif21-Makefile +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/motif21/Makefile.orig 2008-05-28 00:06:43.000000000 -0700 -+++ ../../j2se/make/sun/motif21/Makefile 2011-05-08 23:39:31.000000000 -0700 -@@ -19,6 +19,10 @@ - - ifdef BUILD_MOTIF21 - include $(BUILDDIR)/sun/awt/mawt.gmk -+ -+ ifeq ($(PLATFORM), bsd) -+ OTHER_INCLUDES += -I%%LOCALBASE%%/include/freetype2 -+ endif - else - all optimized debug clean clobber :: - # do nothing case if older OS and new motif 2.1 not found in the boot dir |