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

toby at macports.org toby at macports.org
Sat Aug 1 23:33:05 PDT 2009


Revision: 54798
          http://trac.macports.org/changeset/54798
Author:   toby at macports.org
Date:     2009-08-01 23:33:03 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
K64 hack (#20506)

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

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2009-08-02 05:53:19 UTC (rev 54797)
+++ trunk/base/src/port1.0/portmain.tcl	2009-08-02 06:33:03 UTC (rev 54798)
@@ -82,7 +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" }
+if {$os_arch == "i586" || $os_arch == "i686" || $os_arch == "x86_64"} { set os_arch "i386" }
 set os_version $tcl_platform(osVersion)
 set os_major [lindex [split $os_version .] 0]
 set os_platform [string tolower $tcl_platform(os)]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090801/5a48aeb3/attachment.html>


More information about the macports-changes mailing list