1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/java/jdk15/files/patch-deploy::jvmnative::Makefile
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

14 lines
337 B
Plaintext

$FreeBSD$
--- ../../deploy/make/plugin/jvmnative/Makefile.orig Sun Dec 10 21:45:33 2006
+++ ../../deploy/make/plugin/jvmnative/Makefile Sun Dec 10 21:45:54 2006
@@ -16,7 +16,7 @@
ifeq ($(PLATFORM), bsd)
LDLIBS = -lm -lX11
-X11HDRDIR = /usr/X11R6/include
+X11HDRDIR = $(X11BASE)/include
else
X11HDRDIR =
ifeq ($(PLATFORM), linux)