[51889] trunk/base/src/port1.0/portutil.tcl

toby at macports.org toby at macports.org
Fri Jun 5 17:10:37 PDT 2009


Revision: 51889
          http://trac.macports.org/changeset/51889
Author:   toby at macports.org
Date:     2009-06-05 17:10:37 -0700 (Fri, 05 Jun 2009)
Log Message:
-----------
this is still a hack, but it will work when xcode.universal.settings is removed

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2009-06-06 00:07:57 UTC (rev 51888)
+++ trunk/base/src/port1.0/portutil.tcl	2009-06-06 00:10:37 UTC (rev 51889)
@@ -1877,7 +1877,7 @@
     } elseif {[exists use_xmkmf] && [option use_xmkmf]} {
         ui_debug "using xmkmf, so not adding the default universal variant"
         return no
-    } elseif {[exists use_configure] && ![option use_configure] && ![exists xcode.universal.settings]} {
+    } elseif {[exists use_configure] && ![option use_configure] && ![exists xcode.project]} {
         # Allow +universal if port uses xcode portgroup.
         ui_debug "not using configure, so not adding the default universal variant"
         return no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090605/db3945aa/attachment.html>


More information about the macports-changes mailing list