[85798] trunk/dports/lang/apple-gcc42/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Oct 15 23:50:09 PDT 2011


On Oct 16, 2011, at 01:26, jeremyhu at macports.org wrote:

> Revision: 85798
>          http://trac.macports.org/changeset/85798
> Author:   jeremyhu at macports.org
> Date:     2011-10-15 23:26:30 -0700 (Sat, 15 Oct 2011)
> Log Message:
> -----------
> apple-gcc42: Disable +universal for now (#31603)
> 
> Modified Paths:
> --------------
>    trunk/dports/lang/apple-gcc42/Portfile
> 
> Modified: trunk/dports/lang/apple-gcc42/Portfile
> ===================================================================
> --- trunk/dports/lang/apple-gcc42/Portfile	2011-10-16 06:16:02 UTC (rev 85797)
> +++ trunk/dports/lang/apple-gcc42/Portfile	2011-10-16 06:26:30 UTC (rev 85798)
> @@ -134,14 +134,17 @@
> 	RC_NONARCH_CFLAGS="-pipe -std=gnu89" \
> 	RC_OS="macos"
> 
> -universal_variant       yes
> -if {[variant_isset universal]} {
> -	build.args-append \
> -		RC_ARCHS="${universal_archs}"
> -} else {
> -	build.args-append \
> -		RC_ARCHS="${build_arch}"
> -}
> +# +universal is failing to build in some cases.
> +# https://trac.macports.org/ticket/31603
> +universal_variant       no
> +#universal_variant       yes
> +#if {[variant_isset universal]} {
> +#	build.args-append \
> +#		RC_ARCHS="${universal_archs}"
> +#} else {
> +#	build.args-append \
> +#		RC_ARCHS="${build_arch}"
> +#}

The non-universal build used to have RC_ARCHS="${build_arch}" and now doesn't. Doesn't this change make the port no longer respect the build_arch setting in macports.conf?






More information about the macports-dev mailing list