diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2006-10-09 16:35:29 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2006-10-09 16:35:29 +0000 |
commit | 4d0131162b1263a2ce9b61488fb19b987e5bc3a9 (patch) | |
tree | 9a61ecc0b3316e8c7fb6dc0a0f8638b5162645e7 /java | |
parent | Preemptively fix build for gcc 4.1. (diff) |
. The IPV6_ONLY option is unnecessary as IPV6_V6ONLY is defined in
/usr/include/netinet6/in6.h.
Submitted by: ume@
Notes
Notes:
svn path=/head/; revision=175111
Diffstat (limited to 'java')
-rw-r--r-- | java/jdk14/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index ed8c46926cf1..92df094d48e8 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -29,7 +29,6 @@ RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper OPTIONS= DEBUG "Enable debugging support" off \ IPV6 "Enable IPv6 support" off \ - IPV6_ONLY "Only support IPv6" off \ POLICY "Install the Unlimited Strength Policy Files" off \ WEB "Enable the browser plugin and Java Web Start" on @@ -78,10 +77,6 @@ EXTRACT_ONLY+= ${POLICYFILE} RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts .endif -.if defined(WITH_IPV6_ONLY) -CFLAGS+= -DIPV6_V6ONLY -.endif - .if defined(WITH_OPENMOTIF_JDK) OPENMOTIF_DIR= ${WRKDIR}/jdkmotif .else |