[90140] trunk/dports/lang/qore/Portfile

pvanek at macports.org pvanek at macports.org
Thu Feb 23 12:17:38 PST 2012


Revision: 90140
          http://trac.macports.org/changeset/90140
Author:   pvanek at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120223/c6ab3b7d/attachment-0001.html>


More information about the macports-changes mailing list