From 61d744da8d242a89a77310b826430b025ef9d190 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 19 Dec 2000 13:58:16 +0000 Subject: Enable IPv6 - see the dancing Kame! --- www/mozilla/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index a2550a66e74..b84a368cff4 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2000/12/15 07:16:21 martin Exp $ +# $NetBSD: Makefile,v 1.50 2000/12/19 13:58:16 hubertf Exp $ DISTNAME= mozilla-source PKGNAME= mozilla-0.6 @@ -66,7 +66,13 @@ post-extract: ${CP} ${FILESDIR}/${F} ${WRKSRC}/xpcom/reflect/xptcall/src/md/unix/${F} .endfor +.include "../../mk/bsd.prefs.mk" + pre-configure: +.if defined(USE_INET6) && ${USE_INET6} == YES + ${ECHO} "USE_IPV6 = 1" >>${WRKSRC}/nsprpub/config/NetBSD.mk + ${ECHO} "DEFINES += -D_PR_INET6 -D_PR_HAVE_GETHOSTBYNAME2" >>${WRKSRC}/nsprpub/config/NetBSD.mk +.endif (cd ${WRKSRC} && autoconf) post-build: -- cgit v1.2.3