ports/java/jdk14/files/patch-deploy::common::Defs-bsd.gmk
Greg Lewis 4da04f5537 . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Small Makefile restructure to keep related variables in one place.
. Trim the ancient bootstrapping options.
. Add ipv6 to CATEGORIES if its enabled. [2]

PR:		106129 [2]
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> [2]
Pointed out by:	pointyhat (via kris) [1]
2006-12-08 22:36:16 +00:00

13 lines
441 B
Text

$FreeBSD$
--- ../../deploy/make/common/Defs-bsd.gmk.orig Fri Dec 8 11:55:05 2006
+++ ../../deploy/make/common/Defs-bsd.gmk Fri Dec 8 11:55:28 2006
@@ -14,7 +14,7 @@
JUMP_EXE = $(PROTO_DIR)/javawsbin$(SUFFIX)
CLASSPATH_SEP = $(CLASSPATH_SEPARATOR)
PATH_SEP = /
-X11DIR = /usr/X11R6
+X11DIR = $(X11BASE)
ifneq (,$(filter-out NetBSD DragonFly,$(TRUE_PLATFORM)))
LIBS = -L$(X11DIR)/lib -lX11
else