[88368] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Thu Dec 29 11:49:05 PST 2011


Revision: 88368
          http://trac.macports.org/changeset/88368
Author:   ryandesign at macports.org
Date:     2011-12-29 11:49:05 -0800 (Thu, 29 Dec 2011)
Log Message:
-----------
libtorrent, rtorrent: use llvm-gcc-4.2 instead of clang; see #32295

Modified Paths:
--------------
    trunk/dports/net/libtorrent/Portfile
    trunk/dports/net/rtorrent/Portfile

Modified: trunk/dports/net/libtorrent/Portfile
===================================================================
--- trunk/dports/net/libtorrent/Portfile	2011-12-29 19:45:29 UTC (rev 88367)
+++ trunk/dports/net/libtorrent/Portfile	2011-12-29 19:49:05 UTC (rev 88368)
@@ -29,6 +29,11 @@
 depends_lib         port:openssl \
                     port:libsigcxx2
 
+# Remove this when updating to 0.13.0
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args      --disable-debug \
                     --enable-ipv6 \
                     --with-kqueue

Modified: trunk/dports/net/rtorrent/Portfile
===================================================================
--- trunk/dports/net/rtorrent/Portfile	2011-12-29 19:45:29 UTC (rev 88367)
+++ trunk/dports/net/rtorrent/Portfile	2011-12-29 19:49:05 UTC (rev 88368)
@@ -33,6 +33,10 @@
                     port:openssl \
                     port:zlib
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args      --mandir=${prefix}/share/man \
                     --disable-debug \
                     --enable-ipv6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111229/e0b80c11/attachment.html>


More information about the macports-changes mailing list