summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se-motif21-Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2011-05-09 08:50:20 +0000
committerGreg Lewis <glewis@FreeBSD.org>2011-05-09 08:50:20 +0000
commit9b25f12760b40d1c68c72b92def624d7af5f60a9 (patch)
treec1750e7ae5dd3aa7eccf8e8b908fb196b41149c1 /java/jdk15/files/patch-j2se-motif21-Makefile
parentUpdate to 2.8.12 (diff)
. Fix the build after the openmotif port upgrade:
. Add xft to USE_XORG [1] . Teach the appropriate Makefile where to look for the FreeType headers. . Bumping PORTREVISION for paranoia's sake since I have some concerns about runtime linkage issues with regards to this. Normally that wouldn't be necessary but I think we're better being safe here. Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> [1]
Notes
Notes: svn path=/head/; revision=273856
Diffstat (limited to '')
-rw-r--r--java/jdk15/files/patch-j2se-motif21-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-j2se-motif21-Makefile b/java/jdk15/files/patch-j2se-motif21-Makefile
new file mode 100644
index 000000000000..bcbe5f6c81d7
--- /dev/null
+++ b/java/jdk15/files/patch-j2se-motif21-Makefile
@@ -0,0 +1,15 @@
+$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