[85705] trunk/dports/lang/apple-gcc42/Portfile

jmr at macports.org jmr at macports.org
Sat Oct 15 20:17:54 PDT 2011


Revision: 85705
          http://trac.macports.org/changeset/85705
Author:   jmr at macports.org
Date:     2011-10-15 20:17:51 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
apple-gcc42: remove check for universal variant existence before it is declared

Modified Paths:
--------------
    trunk/dports/lang/apple-gcc42/Portfile

Modified: trunk/dports/lang/apple-gcc42/Portfile
===================================================================
--- trunk/dports/lang/apple-gcc42/Portfile	2011-10-16 03:00:20 UTC (rev 85704)
+++ trunk/dports/lang/apple-gcc42/Portfile	2011-10-16 03:17:51 UTC (rev 85705)
@@ -135,7 +135,7 @@
 	RC_OS="macos"
 
 universal_variant       yes
-if {[variant_exists universal] && [variant_isset universal]} {
+if {[variant_isset universal]} {
 	build.args-append \
 		RC_ARCHS="${universal_archs}"
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/31980f1e/attachment.html>


More information about the macports-changes mailing list