summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se::font::Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2006-12-11 17:10:52 +0000
committerGreg Lewis <glewis@FreeBSD.org>2006-12-11 17:10:52 +0000
commit1bb6af069e9022e2ed0f01e23ed25541d5f47c3a (patch)
tree0c0e900d08b155640ddec294ebc33fb7d514ec0a /java/jdk16/files/patch-j2se::font::Makefile
parent- Respect X11BASE (diff)
. Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Replace some hardwired /usr/local instances with LOCALBASE. . Small Makefile restructure to keep related variables in one place. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106130 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1]
Notes
Notes: svn path=/head/; revision=179502
Diffstat (limited to 'java/jdk16/files/patch-j2se::font::Makefile')
-rw-r--r--java/jdk16/files/patch-j2se::font::Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-j2se::font::Makefile b/java/jdk16/files/patch-j2se::font::Makefile
new file mode 100644
index 000000000000..92c2e00e4c8b
--- /dev/null
+++ b/java/jdk16/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)