[109067] trunk/dports/lang/pypy/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 13:54:28 PDT 2013


Revision: 109067
          https://trac.macports.org/changeset/109067
Author:   jeremyhu at macports.org
Date:     2013-08-07 13:54:28 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
pypy: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/lang/pypy/Portfile

Modified: trunk/dports/lang/pypy/Portfile
===================================================================
--- trunk/dports/lang/pypy/Portfile	2013-08-07 20:53:11 UTC (rev 109066)
+++ trunk/dports/lang/pypy/Portfile	2013-08-07 20:54:28 UTC (rev 109067)
@@ -60,9 +60,10 @@
         build.jobs [expr $memsize / 1000000000 + 1]
     }
 }
+
 # memory usage bug in gcc 4.2 on x86_64
-if {${configure.compiler} == "gcc-4.2" && $build_arch == "x86_64"} {
-    configure.compiler clang
+if {[lsearch [get_canonical_archs] x86_64] != -1} {
+    compiler.blacklist gcc-4.2
 }
 
 platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/3115abbe/attachment.html>


More information about the macports-changes mailing list