[113688] trunk/base/src/darwintracelib1.0/Makefile

jmr at macports.org jmr at macports.org
Fri Nov 22 20:41:12 PST 2013


Revision: 113688
          https://trac.macports.org/changeset/113688
Author:   jmr at macports.org
Date:     2013-11-22 20:41:12 -0800 (Fri, 22 Nov 2013)
Log Message:
-----------
revert r113648, gcc does not support this flag (neither does older clang, but it only raises a warning; with gcc it's an error)

Revision Links:
--------------
    https://trac.macports.org/changeset/113648

Modified Paths:
--------------
    trunk/base/src/darwintracelib1.0/Makefile

Modified: trunk/base/src/darwintracelib1.0/Makefile
===================================================================
--- trunk/base/src/darwintracelib1.0/Makefile	2013-11-23 04:05:49 UTC (rev 113687)
+++ trunk/base/src/darwintracelib1.0/Makefile	2013-11-23 04:41:12 UTC (rev 113688)
@@ -9,7 +9,7 @@
 
 # Yes, we know having $ signs in identifiers is not a very good idea; in the
 # case of darwintrace we still need them, though.
-CFLAGS_PEDANTIC+=-Wno-dollar-in-identifier-extension
+CFLAGS_PEDANTIC=
 CFLAGS+= -fPIC ${UNIVERSAL_ARCHFLAGS}
 SHLIB_LDFLAGS+=${UNIVERSAL_ARCHFLAGS}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131122/523f4277/attachment.html>


More information about the macports-changes mailing list