[125113] trunk/dports/lang/apple-gcc42/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Sep 6 12:11:46 PDT 2014


Revision: 125113
          https://trac.macports.org/changeset/125113
Author:   jeremyhu at macports.org
Date:     2014-09-06 12:11:46 -0700 (Sat, 06 Sep 2014)
Log Message:
-----------
apple-gcc42: Build fix for SL (drop ppc support)

Modified Paths:
--------------
    trunk/dports/lang/apple-gcc42/Portfile

Modified: trunk/dports/lang/apple-gcc42/Portfile
===================================================================
--- trunk/dports/lang/apple-gcc42/Portfile	2014-09-06 13:46:55 UTC (rev 125112)
+++ trunk/dports/lang/apple-gcc42/Portfile	2014-09-06 19:11:46 UTC (rev 125113)
@@ -250,7 +250,8 @@
 }
 
 # Support for PPC was dropped in Darwin 11 (Mac OS X 10.7)
-if {${os.major} < 11} {
+# Additionally, we dropped support for PPC from MacPorts cctools on SnowLeopard
+if {${os.major} < 10} {
     if {[file exists ${developer_dir}/SDKs/MacOSX10.3.9.sdk] ||
             [file exists ${developer_dir}/SDKs/MacOSX10.4u.sdk] ||
             [file exists ${developer_dir}/SDKs/MacOSX10.5.sdk] ||
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140906/40c7dfb8/attachment.html>


More information about the macports-changes mailing list