diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
commit | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch) | |
tree | ca639d8654f8695791fbdb4960934e6598682543 /java/jdk15/files/patch-j2se-motif21-Makefile | |
parent | - Update to 5.2.4 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors
Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.
Discussed with: java (glarkin)
Notes
Notes:
svn path=/head/; revision=308619
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 |