aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey52/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-27 23:28:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-27 23:28:15 +0000
commit1f6067cd80a9dc803a1c39c17e3bdad06d0c07db (patch)
tree60da3c06304afc2c18baae0d5b82c993db9d7aee /lang/spidermonkey52/Makefile
parent9608ffc5318004fc5a95ebc1c9661e673adc5b60 (diff)
downloadports-1f6067cd80a9dc803a1c39c17e3bdad06d0c07db.tar.gz
ports-1f6067cd80a9dc803a1c39c17e3bdad06d0c07db.zip
Fix build on gcc-based archs.
While here, pet portlint. Tested on powerpc64, amd64. Submitted by: jhibbits Approved by: portmgr (tier-2 blanket) Differential Revision: D17044
Notes
Notes: svn path=/head/; revision=480836
Diffstat (limited to 'lang/spidermonkey52/Makefile')
-rw-r--r--lang/spidermonkey52/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/spidermonkey52/Makefile b/lang/spidermonkey52/Makefile
index af8919094ce1..c7b2b044e53a 100644
--- a/lang/spidermonkey52/Makefile
+++ b/lang/spidermonkey52/Makefile
@@ -6,8 +6,8 @@ PORTVERSION= 52.8.0
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= MOZILLA/firefox/releases/${PORTVERSION}esr/source
-DISTNAME= firefox-${PORTVERSION}esr.source
PKGNAMESUFFIX= ${SP_VER}
+DISTNAME= firefox-${PORTVERSION}esr.source
MAINTAINER= kwm@FreeBSD.org
COMMENT= Standalone JavaScript based from Mozilla 52-esr
@@ -35,6 +35,7 @@ CONFIGURE_ARGS= --with-pthreads \
--disable-gold \
--with-system-icu \
--with-system-nspr
+CONFIGURE_ENV= HOST_CC=${CC} HOST_CXX=${CXX}
OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC OPTIMIZE READLINE UTF8 DTRACE
OPTIONS_DEFAULT=METHODJIT OPTIMIZE READLINE