Revision: 90140 http://trac.macports.org/changeset/90140 Author: pvanek@macports.org Date: 2012-02-23 12:17:37 -0800 (Thu, 23 Feb 2012) Log Message: ----------- partial fix for #29107 qore: universal variant fails to build; more to come Modified Paths: -------------- trunk/dports/lang/qore/Portfile Modified: trunk/dports/lang/qore/Portfile =================================================================== --- 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