Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 02:56:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201294] Mk/bsd.gecko.mk: PowerPC no longer needs the __STDC_CONSTANT_MACROS macro defined for gecko
Message-ID:  <bug-201294-13-aVJXoGoWRE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201294-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201294-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201294

--- Comment #9 from commit-hook@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201294-13-aVJXoGoWRE>