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

jeremyhu at macports.org jeremyhu at macports.org
Thu Mar 29 18:54:35 PDT 2012


Revision: 91335
          https://trac.macports.org/changeset/91335
Author:   jeremyhu at macports.org
Date:     2012-03-29 18:54:32 -0700 (Thu, 29 Mar 2012)
Log Message:
-----------
vstr: Fix clang build failure

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

Modified: trunk/dports/devel/vstr/Portfile
===================================================================
--- trunk/dports/devel/vstr/Portfile	2012-03-30 01:33:11 UTC (rev 91334)
+++ trunk/dports/devel/vstr/Portfile	2012-03-30 01:54:32 UTC (rev 91335)
@@ -23,7 +23,7 @@
 
 # ld: duplicate symbol _vstr_ref_del in .libs/fix.o and .libs/assert_loop.o
 if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
+    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/20120329/f766d627/attachment.html>


More information about the macports-changes mailing list