[44363] trunk/base/src/port1.0/portmain.tcl
jmr at macports.org
jmr at macports.org
Fri Dec 26 19:12:14 PST 2008
Revision: 44363
http://trac.macports.org/changeset/44363
Author: jmr at macports.org
Date: 2008-12-26 19:12:14 -0800 (Fri, 26 Dec 2008)
Log Message:
-----------
portmain: configure.universal_target is never set here, use universal_target
Modified Paths:
--------------
trunk/base/src/port1.0/portmain.tcl
Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl 2008-12-27 02:57:56 UTC (rev 44362)
+++ trunk/base/src/port1.0/portmain.tcl 2008-12-27 03:12:14 UTC (rev 44363)
@@ -119,10 +119,7 @@
if {[info exists variations(universal)] && $variations(universal) == "+"} {
# cannot go into the variant, due to the amount of ports overriding it
- global configure.universal_target
- if {[info exists configure.universal_target]} {
- eval macosx_deployment_target ${configure.universal_target}
- }
+ eval macosx_deployment_target ${universal_target}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081226/21afc2fb/attachment.html>
More information about the macports-changes
mailing list