aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2001-07-10 07:01:00 +0800
committersumikawa <sumikawa@FreeBSD.org>2001-07-10 07:01:00 +0800
commit2901ac088e3a86633bb8bf0e63e784673eecfa9a (patch)
treedfbfb1ab48c3ce7289e591645db3d4a4a34fa8de /www
parentfb8f676b3260eac47d4d49c3ea681398f1a43851 (diff)
downloadfreebsd-ports-gnome-2901ac088e3a86633bb8bf0e63e784673eecfa9a.tar.gz
freebsd-ports-gnome-2901ac088e3a86633bb8bf0e63e784673eecfa9a.tar.zst
freebsd-ports-gnome-2901ac088e3a86633bb8bf0e63e784673eecfa9a.zip
Fix breakage on -current.
Submitted by: kuriyama
Diffstat (limited to 'www')
-rw-r--r--www/mozilla+ipv6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile
index a4289fc22a20..812f32544ec2 100644
--- a/www/mozilla+ipv6/Makefile
+++ b/www/mozilla+ipv6/Makefile
@@ -58,7 +58,7 @@ CONFIGURE_ARGS= \
--with-pthreads
CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \
MOZ_OPTIMIZE_FLAGS=""
-MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin
+MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin MALLOC_OPTIONS=j
post-build:
@${SED} -e "s;@PREFIX@;${PREFIX};g" \