Ack. Sorry, fixed. On Oct 15, 2011, at 11:50 PM, Ryan Schmidt wrote:
> On Oct 16, 2011, at 01:26, [email protected] wrote: > >> Revision: 85798 >> http://trac.macports.org/changeset/85798 >> Author: [email protected] >> 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? > > > > --- Jeremy Huddleston Rebuild Sudan - Board of Directors - http://www.rebuildsudan.org Berkeley Foundation for Opportunities in Information Technology - Advisory Board - http://www.bfoit.org _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
