[Bug 201294] Mk/bsd.gecko.mk: PowerPC no longer needs the __STDC_CONSTANT_MACROS macro defined for gecko

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 24 02:56:31 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201294

--- Comment #9 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Jul 24 02:55:54 UTC 2015
New revision: 392766
URL: https://svnweb.freebsd.org/changeset/ports/392766

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

Changes:
_U  branches/2015Q3/
  branches/2015Q3/Mk/bsd.gecko.mk

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-gecko mailing list