HomeFreeBSD

MFH: r392290

Description

MFH: r392290

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.

As Firefox 38.0 enables -pedantic-errors this breaks build. So, remove
the dup to unbreak build on powerpc and powerpc64.

PR: 201294
Submitted by: jhibbits
Approved by: ports-secteam (feld)

Details

Provenance
jbeichAuthored on
Parents
rP392765: devel/renpy: unbreak bundled python in distributions
Branches
Unknown
Tags
Unknown