[87091] trunk/dports/math/gnudatalanguage/Portfile

takeshi at macports.org takeshi at macports.org
Wed Nov 9 23:09:20 PST 2011


Revision: 87091
          http://trac.macports.org/changeset/87091
Author:   takeshi at macports.org
Date:     2011-11-09 23:09:17 -0800 (Wed, 09 Nov 2011)
Log Message:
-----------
gnudatalanguage: does not compile with clang. fixes #31968

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

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2011-11-10 06:55:12 UTC (rev 87090)
+++ trunk/dports/math/gnudatalanguage/Portfile	2011-11-10 07:09:17 UTC (rev 87091)
@@ -61,6 +61,9 @@
 }
 
 use_autoreconf              yes
+if {${configure.compiler}=="clang"} {
+    configure.compiler llvm-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/20111109/c50cbc2c/attachment.html>


More information about the macports-changes mailing list