aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-12-04 00:54:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-12-04 00:54:38 +0000
commit617c9323cd5c8c955ccb8d00af612a9476df20d6 (patch)
tree3bd7b79092d10a2c5d3b7d8a7c89f908926654a1 /Mk/bsd.gecko.mk
parent7fecbed879d22dea9fb23c037d52c226d1cd3f50 (diff)
downloadports-617c9323cd5c8c955ccb8d00af612a9476df20d6.tar.gz
ports-617c9323cd5c8c955ccb8d00af612a9476df20d6.zip
www/firefox: update to 64.0
Changes: https://www.mozilla.org/firefox/64.0/releasenotes/ PR: 233028 Security: d10b49b2-8d02-49e8-afde-0844626317af MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17871
Notes
Notes: svn path=/head/; revision=486573
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 81d06a81152a..4beb1c2808b0 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -115,6 +115,10 @@ BUILD_DEPENDS+= rust-cbindgen>=0.6.2:devel/rust-cbindgen \
node:www/node
.endif
+.if ${MOZILLA_VER:R:R} < 64
+MOZ_OPTIONS+= --enable-pie
+.endif
+
MOZILLA_SUFX?= none
MOZSRC?= ${WRKSRC}
PLISTF?= ${WRKDIR}/plist_files
@@ -220,8 +224,7 @@ MOZ_OPTIONS+= \
--enable-chrome-format=${MOZ_CHROME} \
--enable-default-toolkit=${MOZ_TOOLKIT} \
--enable-update-channel=${MOZ_CHANNEL} \
- --disable-updater \
- --enable-pie
+ --disable-updater
# others
MOZ_OPTIONS+= --with-system-zlib \
--with-system-bz2