svn commit: r480836 - head/lang/spidermonkey52

Mark Linimon linimon at FreeBSD.org
Thu Sep 27 23:28:16 UTC 2018


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 at 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


More information about the svn-ports-all mailing list