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

ryandesign at macports.org ryandesign at macports.org
Tue Jan 24 22:46:05 PST 2012


Revision: 89327
          http://trac.macports.org/changeset/89327
Author:   ryandesign at macports.org
Date:     2012-01-24 22:46:02 -0800 (Tue, 24 Jan 2012)
Log Message:
-----------
vstr: 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-25 06:32:19 UTC (rev 89326)
+++ trunk/dports/devel/vstr/Portfile	2012-01-25 06:46:02 UTC (rev 89327)
@@ -21,6 +21,11 @@
                     sha1 4d2c19cb83f30239b3800abc5c9eda4f24dd0b78 \
                     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
+}
+
 configure.args      --mandir=${prefix}/share/man
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120124/acd343d1/attachment.html>


More information about the macports-changes mailing list