[96119] trunk/dports/net/aria2/Portfile

jmr at macports.org jmr at macports.org
Wed Aug 1 03:13:48 PDT 2012


Revision: 96119
          https://trac.macports.org/changeset/96119
Author:   jmr at macports.org
Date:     2012-08-01 03:13:47 -0700 (Wed, 01 Aug 2012)
Log Message:
-----------
aria2: allow building with clang as per release notes (#33557)

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

Modified: trunk/dports/net/aria2/Portfile
===================================================================
--- trunk/dports/net/aria2/Portfile	2012-08-01 10:10:15 UTC (rev 96118)
+++ trunk/dports/net/aria2/Portfile	2012-08-01 10:13:47 UTC (rev 96119)
@@ -22,10 +22,6 @@
 depends_build       port:pkgconfig
 depends_lib         port:gettext port:libiconv port:gnutls port:libxml2
 
-if {${configure.compiler} == "clang"} { 
-    configure.compiler llvm-gcc-4.2 
-} 
-
 configure.cxxflags-append "-I${prefix}/include/libxml2"
 configure.args      --with-gnutls --with-libgnutls-prefix=${prefix} \
                     --with-libiconv-prefix=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120801/064fd5f4/attachment.html>


More information about the macports-changes mailing list