1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

www/libxul: unbreak on FreeBSD < 12.0 after r444091

configure: error: Option, jemalloc, does not take an argument (4).

Reported by:	George Mitchell (via ports@ list)
This commit is contained in:
Jan Beich 2017-06-23 04:47:52 +00:00
parent cf16560be0
commit 3c47dc8da7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444163

View File

@ -142,7 +142,11 @@ LDFLAGS+= -Wl,--as-needed
.if ${MOZILLA_VER:R:R} < 55 && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032
# use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning
MOZ_EXPORT+= MOZ_JEMALLOC4=1
.if ${MOZILLA_VER:R:R} >= 48
MOZ_OPTIONS+= --enable-jemalloc=4
.elif ${OSVERSION} < 1100079
MOZ_OPTIONS+= --enable-jemalloc
.endif # Mozilla >= 48
.endif # Mozilla < 55
# Standard depends