aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-07-16 19:36:12 +0800
committerjbeich <jbeich@FreeBSD.org>2015-07-16 19:36:12 +0800
commit5f52cb3e0feaa486ac0ee23184ce02d7a40ab771 (patch)
treeb60afd296017d9678c7d2416c84837a6df25aa48 /Mk/bsd.gecko.mk
parent4b17aacb4904e5497484519934bc116c105cbb55 (diff)
downloadfreebsd-ports-gnome-5f52cb3e0feaa486ac0ee23184ce02d7a40ab771.tar.gz
freebsd-ports-gnome-5f52cb3e0feaa486ac0ee23184ce02d7a40ab771.tar.zst
freebsd-ports-gnome-5f52cb3e0feaa486ac0ee23184ce02d7a40ab771.zip
bsd.gecko.mk: PowerPC no longer needs the __STDC_CONSTANT_MACROS in CFLAGS
sys/cdefs.h after base r227475 always defines __STDC_CONSTANT_MACROS for C++11 while Firefox enforces C++11 since 25.0 and also defines __STDC_CONSTANT_MACROS via mozilla-config.h since 26.0. PR: 201294 Submitted by: jhibbits MFH: 2015Q3 (trivial, not on pkg-fallout)
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 3e7160ea930b..d7af658a786d 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -448,7 +448,6 @@ LIBS+= -lcxxrt
. endif
.elif ${ARCH:Mpowerpc*}
USES:= compiler:gcc-c++11-lib ${USES:Ncompiler*c++11*}
-CFLAGS+= -D__STDC_CONSTANT_MACROS
. if ${ARCH} == "powerpc64"
MOZ_EXPORT+= UNAME_m="${ARCH}"
CFLAGS+= -mminimal-toc