[61742] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 20 13:50:54 PST 2009
Revision: 61742
http://trac.macports.org/changeset/61742
Author: ryandesign at macports.org
Date: 2009-12-20 13:50:51 -0800 (Sun, 20 Dec 2009)
Log Message:
-----------
archcheck-1.0.tcl: don't check architectures of dependencies until pre-configure, because before that time, the dependencies might not be installed or active yet
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-12-20 20:54:31 UTC (rev 61741)
+++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl 2009-12-20 21:50:51 UTC (rev 61742)
@@ -44,7 +44,7 @@
options archcheck.files
default archcheck.files {}
-pre-extract {
+pre-configure {
if {[variant_exists universal] && [variant_isset universal]} {
set requested_archs ${configure.universal_archs}
} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091220/55c712a8/attachment.html>
More information about the macports-changes
mailing list