[86622] trunk/dports/python/py-matplotlib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 29 20:07:12 PDT 2011


Revision: 86622
          http://trac.macports.org/changeset/86622
Author:   ryandesign at macports.org
Date:     2011-10-29 20:07:12 -0700 (Sat, 29 Oct 2011)
Log Message:
-----------
py-matplotlib: use llvm-gcc-4.2 instead of clang; see #31046

Modified Paths:
--------------
    trunk/dports/python/py-matplotlib/Portfile

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2011-10-30 01:33:28 UTC (rev 86621)
+++ trunk/dports/python/py-matplotlib/Portfile	2011-10-30 03:07:12 UTC (rev 86622)
@@ -51,6 +51,10 @@
                    patch-setup.cfg.diff \
                    patch-disable_optional_deps.diff
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 build.env          MPLIB_BASE="${prefix}" PKG_CONFIG_PATH="${python.prefix}/lib/pkgconfig/"
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111029/bb3105c8/attachment.html>


More information about the macports-changes mailing list