[109076] trunk/dports/net/libtorrent-devel/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Wed Aug 7 14:14:01 PDT 2013
Revision: 109076
https://trac.macports.org/changeset/109076
Author: jeremyhu at macports.org
Date: 2013-08-07 14:14:01 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
libtorrent-devel: Use compiler.blacklist
Modified Paths:
--------------
trunk/dports/net/libtorrent-devel/Portfile
Modified: trunk/dports/net/libtorrent-devel/Portfile
===================================================================
--- trunk/dports/net/libtorrent-devel/Portfile 2013-08-07 21:13:21 UTC (rev 109075)
+++ trunk/dports/net/libtorrent-devel/Portfile 2013-08-07 21:14:01 UTC (rev 109076)
@@ -36,6 +36,8 @@
--enable-ipv6 \
--with-kqueue
+compiler.blacklist gcc-4.0
+
post-destroot {
set docdir ${prefix}/share/doc/${real_name}
xinstall -d ${destroot}${docdir}
@@ -45,13 +47,6 @@
if {${os.platform} == "darwin" && ${os.major} <= 9} {
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/81d0af1f/attachment.html>
More information about the macports-changes
mailing list