Date: Thu, 27 Sep 2018 23:28:16 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480836 - head/lang/spidermonkey52 Message-ID: <201809272328.w8RNSGON024562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Sep 27 23:28:15 2018 New Revision: 480836 URL: https://svnweb.freebsd.org/changeset/ports/480836 Log: 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 Modified: head/lang/spidermonkey52/Makefile Modified: head/lang/spidermonkey52/Makefile ============================================================================== --- head/lang/spidermonkey52/Makefile Thu Sep 27 23:25:09 2018 (r480835) +++ head/lang/spidermonkey52/Makefile Thu Sep 27 23:28:15 2018 (r480836) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809272328.w8RNSGON024562>