[53724] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Sun Jul 12 17:17:44 PDT 2009


Revision: 53724
          http://trac.macports.org/changeset/53724
Author:   ryandesign at macports.org
Date:     2009-07-12 17:17:42 -0700 (Sun, 12 Jul 2009)
Log Message:
-----------
muniversal-1.0.tcl: remove trailing spaces

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2009-07-12 23:46:20 UTC (rev 53723)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2009-07-13 00:17:42 UTC (rev 53724)
@@ -74,19 +74,19 @@
 }
 
 proc muniversal_get_arch_flag {arch} {
-    global os.arch 
+    global os.arch
     # Prefer -arch to -m
     if {[muniversal_arch_flag_supported]} {
         set archf "-arch ${arch}"
     } else {
-        if { ${os.arch}=="i386" && ${arch}=="i386" } { 
-            set archf -m32 
-        } elseif { ${os.arch}=="i386" && ${arch}=="x86_64" } { 
-            set archf -m64 
-        } elseif { ${os.arch}=="powerpc" && ${arch}=="ppc" } { 
-            set archf -m32 
-        } elseif { ${os.arch}=="powerpc" && ${arch}=="ppc64" } { 
-            set archf -m64 
+        if { ${os.arch}=="i386" && ${arch}=="i386" } {
+            set archf -m32
+        } elseif { ${os.arch}=="i386" && ${arch}=="x86_64" } {
+            set archf -m64
+        } elseif { ${os.arch}=="powerpc" && ${arch}=="ppc" } {
+            set archf -m32
+        } elseif { ${os.arch}=="powerpc" && ${arch}=="ppc64" } {
+            set archf -m64
         } else {
             return -code error "selected compiler can't build for ${arch}"
         }
@@ -394,7 +394,7 @@
             if { [info exists merger_destroot_env(${arch})] } {
                 destroot.env-delete  $merger_destroot_env(${arch})
             }
-            eval destroot.destdir ${destdirSave} 
+            eval destroot.destdir ${destdirSave}
         }
         delete ${destroot}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090712/a3f10e17/attachment.html>


More information about the macports-changes mailing list