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

ryandesign at macports.org ryandesign at macports.org
Wed Jan 25 20:37:01 PST 2012


Revision: 89343
          http://trac.macports.org/changeset/89343
Author:   ryandesign at macports.org
Date:     2012-01-25 20:36:56 -0800 (Wed, 25 Jan 2012)
Log Message:
-----------
vstr: actually use llvm-gcc-4.2 instead of clang; see #33014

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

Modified: trunk/dports/devel/vstr/Portfile
===================================================================
--- trunk/dports/devel/vstr/Portfile	2012-01-26 03:23:54 UTC (rev 89342)
+++ trunk/dports/devel/vstr/Portfile	2012-01-26 04:36:56 UTC (rev 89343)
@@ -22,8 +22,8 @@
                     rmd160 4b10b3b62a86e9c910f3e45439b9cb862e6f8eba
 
 # ld: duplicate symbol _vstr_ref_del in .libs/fix.o and .libs/assert_loop.o
-if {${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.compiler clang
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
 }
 
 configure.args      --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120125/ef216b6c/attachment.html>


More information about the macports-changes mailing list