[28635] trunk/base/src/port1.0/portmain.tcl

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 5 14:40:33 PDT 2007


Revision: 28635
          http://trac.macosforge.org/projects/macports/changeset/28635
Author:   afb at macports.org
Date:     2007-09-05 14:40:32 -0700 (Wed, 05 Sep 2007)

Log Message:
-----------
normalized x86 platform as i386

Modified Paths:
--------------
    trunk/base/src/port1.0/portmain.tcl

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2007-09-05 21:20:06 UTC (rev 28634)
+++ trunk/base/src/port1.0/portmain.tcl	2007-09-05 21:40:32 UTC (rev 28635)
@@ -82,6 +82,7 @@
 # Platform Settings
 set os_arch $tcl_platform(machine)
 if {$os_arch == "Power Macintosh"} { set os_arch "powerpc" }
+if {$os_arch == "i586" || $os_arch == "i686"} { set os_arch "i386" }
 set os_major [lindex [split $tcl_platform(osVersion) .] 0]
 
 default os.platform {[string tolower $tcl_platform(os)]}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070905/4d1d6266/attachment.html


More information about the macports-changes mailing list