diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2006-12-11 17:10:52 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2006-12-11 17:10:52 +0000 |
commit | 1bb6af069e9022e2ed0f01e23ed25541d5f47c3a (patch) | |
tree | 0c0e900d08b155640ddec294ebc33fb7d514ec0a /java/jdk16/files/patch-deploy::jvmnative::Makefile | |
parent | d6a805b2291963d96661d71451575cdee2f919d8 (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-deploy::jvmnative::Makefile')
-rw-r--r-- | java/jdk16/files/patch-deploy::jvmnative::Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-deploy::jvmnative::Makefile b/java/jdk16/files/patch-deploy::jvmnative::Makefile new file mode 100644 index 000000000000..9ae13e14bff6 --- /dev/null +++ b/java/jdk16/files/patch-deploy::jvmnative::Makefile @@ -0,0 +1,13 @@ +$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) |