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

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 17:25:09 PDT 2013


Revision: 109089
          https://trac.macports.org/changeset/109089
Author:   jeremyhu at macports.org
Date:     2013-08-07 17:25:09 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
py-matplotlib: Use compiler.blacklist

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2013-08-08 00:23:55 UTC (rev 109088)
+++ trunk/dports/python/py-matplotlib/Portfile	2013-08-08 00:25:09 UTC (rev 109089)
@@ -57,9 +57,7 @@
     }
 
     # build fails with gcc-4.0 on Leopard, use gcc-4.2 (#37069)
-    if {${configure.compiler} == "gcc-4.0"} {
-        configure.compiler gcc-4.2
-    }
+    compiler.blacklist gcc-4.0
 
     post-destroot {
         if {${name} != ${subport}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/0681a447/attachment.html>


More information about the macports-changes mailing list