[87106] trunk/dports/math/GiNaC/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Nov 10 11:55:39 PST 2011
Revision: 87106
http://trac.macports.org/changeset/87106
Author: ryandesign at macports.org
Date: 2011-11-10 11:55:39 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
GiNaC: use llvm-gcc-4.2 instead of clang; see #32014
Modified Paths:
--------------
trunk/dports/math/GiNaC/Portfile
Modified: trunk/dports/math/GiNaC/Portfile
===================================================================
--- trunk/dports/math/GiNaC/Portfile 2011-11-10 19:40:05 UTC (rev 87105)
+++ trunk/dports/math/GiNaC/Portfile 2011-11-10 19:55:39 UTC (rev 87106)
@@ -44,6 +44,10 @@
depends_lib port:readline \
port:cln
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/0a7195b3/attachment-0001.html>
More information about the macports-changes
mailing list