[88030] trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Fri Dec 16 13:12:02 PST 2011


Revision: 88030
          http://trac.macports.org/changeset/88030
Author:   ryandesign at macports.org
Date:     2011-12-16 13:12:00 -0800 (Fri, 16 Dec 2011)
Log Message:
-----------
archcheck-1.0.tcl: check on darwin only; see #32571

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	2011-12-16 20:11:21 UTC (rev 88029)
+++ trunk/dports/_resources/port1.0/group/archcheck-1.0.tcl	2011-12-16 21:12:00 UTC (rev 88030)
@@ -44,6 +44,7 @@
 options archcheck.files
 default archcheck.files {}
 
+if {"darwin" == ${os.platform}} {
 pre-configure {
     if {[variant_exists universal] && [variant_isset universal]} {
         set requested_archs ${configure.universal_archs}
@@ -117,3 +118,4 @@
         }
     }
 }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111216/66af8252/attachment.html>


More information about the macports-changes mailing list