[137021] trunk/dports/math/gts/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 3 06:35:19 PDT 2015


Revision: 137021
          https://trac.macports.org/changeset/137021
Author:   ryandesign at macports.org
Date:     2015-06-03 06:35:19 -0700 (Wed, 03 Jun 2015)
Log Message:
-----------
gts: don't include ppc in cross_archs on Snow Leopard

Modified Paths:
--------------
    trunk/dports/math/gts/Portfile

Modified: trunk/dports/math/gts/Portfile
===================================================================
--- trunk/dports/math/gts/Portfile	2015-06-03 13:34:50 UTC (rev 137020)
+++ trunk/dports/math/gts/Portfile	2015-06-03 13:35:19 UTC (rev 137021)
@@ -41,7 +41,7 @@
     }
     if {${os.arch} eq "i386"} {
         set cross_archs "ppc64"
-        if {${os.major} >= 10} {
+        if {${os.major} >= 11} {
             set cross_archs "ppc ${cross_archs}"
         }
         if {!${cpu64bit_capable}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150603/e3081526/attachment.html>


More information about the macports-changes mailing list