[52102] trunk/dports/devel/glib2-devel

ryandesign at macports.org ryandesign at macports.org
Tue Jun 9 21:15:36 PDT 2009


Revision: 52102
          http://trac.macports.org/changeset/52102
Author:   ryandesign at macports.org
Date:     2009-06-09 21:15:36 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
glib2-devel: merge r52045 and r52046 from glib2, to future-proof the universal variant

Modified Paths:
--------------
    trunk/dports/devel/glib2-devel/Portfile

Property Changed:
----------------
    trunk/dports/devel/glib2-devel/


Property changes on: trunk/dports/devel/glib2-devel
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/devel/glib2:52045-52046

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2009-06-10 03:53:33 UTC (rev 52101)
+++ trunk/dports/devel/glib2-devel/Portfile	2009-06-10 04:15:36 UTC (rev 52102)
@@ -101,14 +101,10 @@
         }
 
         # Find architectures which will not run on build platform.
-        if { ${os.arch}=="i386" } {
-            if { ${os.major} >= 10 } {
-                set cross_archs "ppc ppc64"
-            } else {
-                set cross_archs "ppc64"
-                set host_archs  "ppc ppc64"
-                set big_endian  "yes"
-            }
+        if { ${os.arch}=="i386" || ${os.arch}=="x86_64"} {
+            set cross_archs "ppc ppc64"
+            set host_archs "ppc ppc64"
+            set big_endian "yes"
         } else {
             set cross_archs "i386 x86_64"
             set host_archs  "i386 x86_64"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090609/0229d7aa/attachment.html>


More information about the macports-changes mailing list