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

raimue at macports.org raimue at macports.org
Thu Apr 8 17:27:18 PDT 2010


Revision: 66306
          http://trac.macports.org/changeset/66306
Author:   raimue at macports.org
Date:     2010-04-08 17:27:16 -0700 (Thu, 08 Apr 2010)
Log Message:
-----------
Revert parts of r66303 to make it really work

Revision Links:
--------------
    http://trac.macports.org/changeset/66303

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

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2010-04-09 00:13:29 UTC (rev 66305)
+++ trunk/base/src/port1.0/portmain.tcl	2010-04-09 00:27:16 UTC (rev 66306)
@@ -121,7 +121,7 @@
 }
 
 # check if we're on Mac OS X and can therefore build universal
-if {[exists os.subplatform] && [option os.subplatform] == "macosx"} {
+if {[info exists os.subplatform] && ${os.subplatform} == "macosx"} {
     # the universal variant itself is now created in
     # universal_setup, which is called from mportopen
     default os.universal_supported yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100408/66554e21/attachment.html>


More information about the macports-changes mailing list