[68636] trunk/dports/devel/libsdl_image-framework/Portfile

jmr at macports.org jmr at macports.org
Tue Jun 8 09:45:38 PDT 2010


Revision: 68636
          http://trac.macports.org/changeset/68636
Author:   jmr at macports.org
Date:     2010-06-08 09:45:32 -0700 (Tue, 08 Jun 2010)
Log Message:
-----------
libsdl_image-framework: use build_arch, not os.arch

Modified Paths:
--------------
    trunk/dports/devel/libsdl_image-framework/Portfile

Modified: trunk/dports/devel/libsdl_image-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image-framework/Portfile	2010-06-08 15:16:40 UTC (rev 68635)
+++ trunk/dports/devel/libsdl_image-framework/Portfile	2010-06-08 16:45:32 UTC (rev 68636)
@@ -34,10 +34,7 @@
 xcode.destroot.type framework
 
 if {! [variant_isset universal]} {
-    set arch ${os.arch}
-    if {! [string compare ${os.arch} powerpc]} {
-        set arch ppc
-    }
+    set arch ${build_arch}
 
     xcode.build.settings    ARCHS=${arch}
     xcode.destroot.settings ARCHS=${arch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100608/444f2a41/attachment.html>


More information about the macports-changes mailing list