Modified: trunk/dports/aqua/qt4-mac/Portfile (74662 => 74663)
--- trunk/dports/aqua/qt4-mac/Portfile 2010-12-27 11:41:16 UTC (rev 74662)
+++ trunk/dports/aqua/qt4-mac/Portfile 2010-12-27 12:42:04 UTC (rev 74663)
@@ -259,7 +259,7 @@
# cannot use pre-compiled headers when compiling with more than 1
# arch type (typically +universal) or for X11
- #if {[llength ${qt_arch_types}] != 1 || [variant_isset x11]} {
+ #if {[llength ${qt_arch_types}] != 1 || [variant_isset x11]}
if {[llength ${qt_arch_types}] != 1} {
configure.args-append -no-pch
} else {