[87090] trunk/dports/science/grads2/Portfile

takeshi at macports.org takeshi at macports.org
Wed Nov 9 22:55:12 PST 2011


Revision: 87090
          http://trac.macports.org/changeset/87090
Author:   takeshi at macports.org
Date:     2011-11-09 22:55:12 -0800 (Wed, 09 Nov 2011)
Log Message:
-----------
grads2: does not build with clang. fixes #31983

Modified Paths:
--------------
    trunk/dports/science/grads2/Portfile

Modified: trunk/dports/science/grads2/Portfile
===================================================================
--- trunk/dports/science/grads2/Portfile	2011-11-10 06:00:34 UTC (rev 87089)
+++ trunk/dports/science/grads2/Portfile	2011-11-10 06:55:12 UTC (rev 87090)
@@ -37,6 +37,9 @@
     reinplace "s|png12|png14|g" ${worksrcpath}/configure
 }
 
+if {${configure.compiler}=="clang"} {
+    configure.compiler llvm-gcc-4.2
+}
 configure.env-append    SUPPLIBS="${prefix}"
 configure.args          --with-readline                             \
                         --enable-dyn-supplibs                       \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111109/851eb090/attachment-0001.html>


More information about the macports-changes mailing list