svn commit: r392290 - head/Mk

Jan Beich jbeich at FreeBSD.org
Thu Jul 16 11:36:13 UTC 2015


Author: jbeich
Date: Thu Jul 16 11:36:12 2015
New Revision: 392290
URL: https://svnweb.freebsd.org/changeset/ports/392290

Log:
  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)

Modified:
  head/Mk/bsd.gecko.mk

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Thu Jul 16 11:26:07 2015	(r392289)
+++ head/Mk/bsd.gecko.mk	Thu Jul 16 11:36:12 2015	(r392290)
@@ -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


More information about the svn-ports-all mailing list