[102127] trunk/dports/devel/vstr/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 28 00:34:45 PST 2013


Revision: 102127
          https://trac.macports.org/changeset/102127
Author:   jeremyhu at macports.org
Date:     2013-01-28 00:34:45 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
vstr: There's no reason to conditionalize --std=gnu89

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

Modified: trunk/dports/devel/vstr/Portfile
===================================================================
--- trunk/dports/devel/vstr/Portfile	2013-01-28 08:33:23 UTC (rev 102126)
+++ trunk/dports/devel/vstr/Portfile	2013-01-28 08:34:45 UTC (rev 102127)
@@ -22,9 +22,7 @@
                     rmd160 4b10b3b62a86e9c910f3e45439b9cb862e6f8eba
 
 # ld: duplicate symbol _vstr_ref_del in .libs/fix.o and .libs/assert_loop.o
-if {${configure.compiler} == "clang"} {
-    configure.cflags-append --std=gnu89
-}
+configure.cflags-append --std=gnu89
 
 configure.args      --mandir=${prefix}/share/man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/c915fad1/attachment.html>


More information about the macports-changes mailing list