1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/java/jdk15/files/patch-deploy::common::config.gmk
Greg Lewis 1bb6af069e . 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]
2006-12-11 17:10:52 +00:00

17 lines
480 B
Plaintext

$FreeBSD$
--- ../../deploy/make/plugin/common/config.gmk.orig Sun Dec 10 21:40:24 2006
+++ ../../deploy/make/plugin/common/config.gmk Sun Dec 10 21:40:59 2006
@@ -44,9 +44,9 @@
ifeq ($(LINUX_OR_BSD), true)
PLUGIN_PLATFORM_SRC := $(PLUGIN_TOP)/src/plugin/solaris
- OTHER_LDFLAGS = -L/usr/X11R6/lib
+ OTHER_LDFLAGS = -L$(X11BASE)/lib
ifeq ($(TRUE_PLATFORM), NetBSD)
- OTHER_LDFLAGS += -Wl,-R/usr/X11R6/lib
+ OTHER_LDFLAGS += -Wl,-R$(X11BASE)/lib
endif
endif