aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-01-03 15:24:49 +0800
committerrene <rene@FreeBSD.org>2017-01-03 15:24:49 +0800
commitf70517de66784048e94c506d94acedd3be9a45e8 (patch)
tree9171a32031ba4f5598a8ae32c75b45077e8a9480 /Mk/bsd.gecko.mk
parent51579fca5ad8a3fb1982d0b28e47aa4d515d4edf (diff)
downloadfreebsd-ports-gnome-f70517de66784048e94c506d94acedd3be9a45e8.tar.gz
freebsd-ports-gnome-f70517de66784048e94c506d94acedd3be9a45e8.tar.zst
freebsd-ports-gnome-f70517de66784048e94c506d94acedd3be9a45e8.zip
Remove support for FreeBSD < 10.3 from Mk/*
This does not yet convert the files to bmake. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D9016
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 810b3ebac955..9b1c71decfa6 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -144,7 +144,7 @@ LDFLAGS+= -L${LOCALBASE}/lib \
.if ${OPSYS} != DragonFly # XXX xpcshell crash during install
# use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning
MOZ_EXPORT+= MOZ_JEMALLOC3=1 MOZ_JEMALLOC4=1
-.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1000012 || ${MOZILLA_VER:R:R} >= 37
+.if ${OPSYS} != FreeBSD || ${MOZILLA_VER:R:R} >= 37
. if ${MOZILLA_VER:R:R} >= 48
MOZ_OPTIONS+= --enable-jemalloc=4
.else