[84334] trunk/dports/devel/msgpack/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 22 13:52:59 PDT 2011


Revision: 84334
          http://trac.macports.org/changeset/84334
Author:   ryandesign at macports.org
Date:     2011-09-22 13:52:59 -0700 (Thu, 22 Sep 2011)
Log Message:
-----------
msgpack: build with clang instead of llvm-gcc-4.2; see #31316 (maintainer timeout)

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

Modified: trunk/dports/devel/msgpack/Portfile
===================================================================
--- trunk/dports/devel/msgpack/Portfile	2011-09-22 20:49:39 UTC (rev 84333)
+++ trunk/dports/devel/msgpack/Portfile	2011-09-22 20:52:59 UTC (rev 84334)
@@ -22,6 +22,10 @@
                     sha1    f7e33459a867017d88b2412085229d4153176ab2 \
                     rmd160  e3e7ab98ec3b72d3b906d0cb8ed94fa4676807c3
 
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler clang
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110922/f5bd25fa/attachment.html>


More information about the macports-changes mailing list