Modified: trunk/dports/lang/qore/Portfile (90139 => 90140)
--- trunk/dports/lang/qore/Portfile 2012-02-23 20:00:38 UTC (rev 90139)
+++ trunk/dports/lang/qore/Portfile 2012-02-23 20:17:37 UTC (rev 90140)
@@ -26,7 +26,9 @@
port:zlib \
port:bzip2
-configure.args --disable-debug --disable-static
+# --disable-dependency-tracking is safe here. The build is always done in one run.
+# It's required to prevent autotools from using -M* options for multiple -arch options
+configure.args --disable-debug --disable-static --disable-dependency-tracking
# the autoconf check for iconv() in libiconv fails with GNU iconv, but we need it, so we turn it on anyway
configure.ldflags -liconv