Modified: trunk/dports/math/gnudatalanguage/Portfile (87601 => 87602)
--- 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} \