[90140] trunk/dports/lang/qore/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Feb 23 12:22:19 PST 2012
On Feb 23, 2012, at 14:17, pvanek at macports.org wrote:
> 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
This change is probably pointless because MacPorts automatically adds --disable-dependency-tracking for you when building universal; it's what's in configure.universal_args. And this argument should have no effect when not building universal, right?
More information about the macports-dev
mailing list