[120183] trunk/dports/devel/cctools/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun May 18 11:04:32 PDT 2014


Revision: 120183
          https://trac.macports.org/changeset/120183
Author:   jeremyhu at macports.org
Date:     2014-05-18 11:04:32 -0700 (Sun, 18 May 2014)
Log Message:
-----------
cctools: Use -std=gnu99 to build with older compilers (#43745)

Modified Paths:
--------------
    trunk/dports/devel/cctools/Portfile

Modified: trunk/dports/devel/cctools/Portfile
===================================================================
--- trunk/dports/devel/cctools/Portfile	2014-05-18 16:38:37 UTC (rev 120182)
+++ trunk/dports/devel/cctools/Portfile	2014-05-18 18:04:32 UTC (rev 120183)
@@ -123,6 +123,9 @@
 use_configure   no
 use_parallel_build  yes
 
+# https://trac.macports.org/ticket/43745
+configure.cflags-append -std=gnu99 
+
 build.target    all
 
 set cxx_stdlibflags {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/cbdf5066/attachment.html>


More information about the macports-changes mailing list