[87602] trunk/dports/math/gnudatalanguage/Portfile
takeshi at macports.org
takeshi at macports.org
Mon Nov 28 03:27:51 PST 2011
Revision: 87602
http://trac.macports.org/changeset/87602
Author: takeshi at macports.org
Date: 2011-11-28 03:27:48 -0800 (Mon, 28 Nov 2011)
Log Message:
-----------
gnudatalanguage: enable build on Leopard by forcing gcc-4.2. fixes #32174
Modified Paths:
--------------
trunk/dports/math/gnudatalanguage/Portfile
Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile 2011-11-28 10:11:10 UTC (rev 87601)
+++ trunk/dports/math/gnudatalanguage/Portfile 2011-11-28 11:27:48 UTC (rev 87602)
@@ -62,6 +62,9 @@
if {${configure.compiler}=="clang"} {
configure.compiler llvm-gcc-4.2
}
+if {${os.major}>=9 && ${configure.compiler}=="gcc-4.0"} {
+ configure.compiler gcc-4.2
+}
configure.env-append LIBS=\"-lpng -lopenjpeg\"
configure.args --with-plplotdir=${prefix} \
--with-ncursesdir=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111128/50f53f3b/attachment.html>
More information about the macports-changes
mailing list