summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-07-09 23:01:00 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2001-07-09 23:01:00 +0000
commit08575d5ab71645750fb43189242e9ee7716f248d (patch)
tree55dbf877ad117551ef5a933937410b0874ddede5 /www
parentRemove my hack and replace it with a better, more correct patch from (diff)
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" \