diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-08 06:54:31 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-08 06:54:31 +0000 |
commit | 999443a751b7623ffa9367231a0f63eda58f0b2c (patch) | |
tree | ff8506c4ce6a7c24877d3f7241739fe1d2ca6023 /www/mozilla-devel/Makefile | |
parent | adbdc766081e0b16234a6d9608a97b6fc698811c (diff) | |
download | FreeBSD-ports-999443a751b7623ffa9367231a0f63eda58f0b2c.zip FreeBSD-ports-999443a751b7623ffa9367231a0f63eda58f0b2c.tar.gz |
Forcefully set MALLOC_OPTIONS=j to prevent build from crashing on 5-CURRENT
due to bug in libIDL's parser.
Obtained from: mozilla+ipv6
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 7a71d45..8392927 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -58,7 +58,8 @@ CONFIGURE_ARGS= \ CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ CFLAGS="" CXXFLAGS="" MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CFLAGS="" CXXFLAGS="" + CFLAGS="" CXXFLAGS="" \ + MALLOC_OPTIONS=j post-build: @${SED} -e "s;@PREFIX@;${PREFIX};g" \ |