[87105] trunk/dports/math/cln/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 10 11:40:05 PST 2011


Revision: 87105
          http://trac.macports.org/changeset/87105
Author:   ryandesign at macports.org
Date:     2011-11-10 11:40:05 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
cln: use llvm-gcc-4.2 instead of clang; see #32014

Modified Paths:
--------------
    trunk/dports/math/cln/Portfile

Modified: trunk/dports/math/cln/Portfile
===================================================================
--- trunk/dports/math/cln/Portfile	2011-11-10 19:29:34 UTC (rev 87104)
+++ trunk/dports/math/cln/Portfile	2011-11-10 19:40:05 UTC (rev 87105)
@@ -27,5 +27,9 @@
 
 depends_lib     port:gmp
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 test.run        yes
 test.target     check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/7f6e6f5e/attachment.html>


More information about the macports-changes mailing list