[109087] trunk/dports/net/unbound/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 16:48:09 PDT 2013


Revision: 109087
          https://trac.macports.org/changeset/109087
Author:   jeremyhu at macports.org
Date:     2013-08-07 16:48:09 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
unbound: clang seems to build fine for +universal in more recent versions of unbound, removing the configure.compiler hack

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

Modified: trunk/dports/net/unbound/Portfile
===================================================================
--- trunk/dports/net/unbound/Portfile	2013-08-07 23:44:15 UTC (rev 109086)
+++ trunk/dports/net/unbound/Portfile	2013-08-07 23:48:09 UTC (rev 109087)
@@ -32,12 +32,6 @@
 checksums           rmd160  8852e6dd24823e0043e3c8ff8139e56715729bc3 \
                     sha256  14527002307873e557348a4d76b62ac036937d9c3033610a8425018c379fb56e
 
-if {[variant_isset universal]} {
-    if {${configure.compiler} == "clang"} {
-        configure.compiler llvm-gcc-4.2
-    }
-}
-
 configure.args-append   --with-pidfile=${prefix}/var/run/${name}/${name}.pid
 
 variant libevent description {Build with libevent (slower, but allows use of large outgoing port ranges)} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/601047e4/attachment.html>


More information about the macports-changes mailing list