[89711] trunk/dports/x11/blt/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Feb 7 13:16:55 PST 2012


Revision: 89711
          http://trac.macports.org/changeset/89711
Author:   ryandesign at macports.org
Date:     2012-02-07 13:16:54 -0800 (Tue, 07 Feb 2012)
Log Message:
-----------
blt: use llvm-gcc-4.2 instead of clang; see #32599

Modified Paths:
--------------
    trunk/dports/x11/blt/Portfile

Modified: trunk/dports/x11/blt/Portfile
===================================================================
--- trunk/dports/x11/blt/Portfile	2012-02-07 20:33:50 UTC (rev 89710)
+++ trunk/dports/x11/blt/Portfile	2012-02-07 21:16:54 UTC (rev 89711)
@@ -22,6 +22,10 @@
 			port:tcl \
 			port:tk
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.cppflags	"-L${prefix}/lib"
 configure.cflags	"-O3 -fno-common"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120207/67f7b0eb/attachment-0001.html>


More information about the macports-changes mailing list