[86398] trunk/dports/net/obby/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 25 00:31:09 PDT 2011


Revision: 86398
          http://trac.macports.org/changeset/86398
Author:   ryandesign at macports.org
Date:     2011-10-25 00:31:07 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
obby: use llvm-gcc-4.2 instead of clang; see #31710

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

Modified: trunk/dports/net/obby/Portfile
===================================================================
--- trunk/dports/net/obby/Portfile	2011-10-25 07:07:42 UTC (rev 86397)
+++ trunk/dports/net/obby/Portfile	2011-10-25 07:31:07 UTC (rev 86398)
@@ -30,6 +30,10 @@
 configure.args          --with-zeroconf \
                         --enable-ipv6
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 livecheck.type          regex
 livecheck.url           [lindex ${master_sites} 0]
 livecheck.regex         ${name}-(\\d+(?:\\.\\d+)*\\.(?:\\d|\[0-8\]\\d))\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/c2ced2a0/attachment.html>


More information about the macports-changes mailing list