aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk15/files/patch-j2se::font::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk15/files/patch-j2se::font::Makefile')
-rw-r--r--java/jdk15/files/patch-j2se::font::Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-j2se::font::Makefile b/java/jdk15/files/patch-j2se::font::Makefile
new file mode 100644
index 00000000000..92c2e00e4c8
--- /dev/null
+++ b/java/jdk15/files/patch-j2se::font::Makefile
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- ../../j2se/make/sun/font/Makefile.orig Sun Dec 10 21:51:17 2006
++++ ../../j2se/make/sun/font/Makefile Sun Dec 10 21:51:50 2006
+@@ -125,7 +125,7 @@
+ # setup the list of libraries to link in...
+ ifeq ($(PLATFORM), bsd)
+ # XXXBSD: why here?
+-OTHER_INCLUDES += -I/usr/X11R6/include
++OTHER_INCLUDES += -I$(X11BASE)/include
+ OTHER_LDLIBS += -lawt$(SUFFIX) $(LIBM) $(LIBCXX)
+ else
+ ifeq ($(PLATFORM), linux)