[87163] trunk/dports/aqua/qt4-mac/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 12 09:28:55 PST 2011


Revision: 87163
          http://trac.macports.org/changeset/87163
Author:   ryandesign at macports.org
Date:     2011-11-12 09:28:55 -0800 (Sat, 12 Nov 2011)
Log Message:
-----------
qt4-mac: fix syntax error from r86972; see #32025

Revision Links:
--------------
    http://trac.macports.org/changeset/86972

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2011-11-12 17:28:26 UTC (rev 87162)
+++ trunk/dports/aqua/qt4-mac/Portfile	2011-11-12 17:28:55 UTC (rev 87163)
@@ -319,7 +319,7 @@
             # not building for native arch: disable optimizing qmake
             configure.args-delete -optimized-qmake
         } elseif {${MINOR} == "6" &&
-                  [llength ${qt_arch_types}] == 1] &&
+                  [llength ${qt_arch_types}] == 1 &&
                   [lsearch -exact ${qt_arch_types} x86] == 0} {
             # disable qmake optimization on 10.6 32-bit
             configure.args-delete -optimized-qmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111112/e6de3033/attachment.html>


More information about the macports-changes mailing list