[109075] trunk/dports/net/libtorrent/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 14:13:21 PDT 2013


Revision: 109075
          https://trac.macports.org/changeset/109075
Author:   jeremyhu at macports.org
Date:     2013-08-07 14:13:21 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
libtorrent: Use compiler.blacklist

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

Modified: trunk/dports/net/libtorrent/Portfile
===================================================================
--- trunk/dports/net/libtorrent/Portfile	2013-08-07 21:12:05 UTC (rev 109074)
+++ trunk/dports/net/libtorrent/Portfile	2013-08-07 21:13:21 UTC (rev 109075)
@@ -32,6 +32,8 @@
                     --enable-ipv6 \
                     --with-kqueue
 
+compiler.blacklist  gcc-4.0
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
@@ -49,13 +51,6 @@
     depends_build
 
     patchfiles-append   no_posix_memalign.patch
-    configure.compiler  gcc-4.2
-    if {![file executable ${configure.cc}]} {
-        depends_build-append port:apple-gcc42
-        configure.compiler   apple-gcc-4.2
-        # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
-        configure.cxx        ${prefix}/bin/g++-apple-4.2
-    }
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/5752abfb/attachment.html>


More information about the macports-changes mailing list