mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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
This commit is contained in:
parent
9608ffc531
commit
1f6067cd80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480836
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user