[MacPorts] #33956: libvpx XCode + 3.2.6 + ppc build fails
MacPorts
noreply at macports.org
Mon Apr 9 12:30:03 PDT 2012
#33956: libvpx XCode + 3.2.6 + ppc build fails
-------------------------------------+--------------------------------------
Reporter: james.goppert@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Keywords: | Port:
-------------------------------------+--------------------------------------
Comment(by james.goppert@…):
Replying to [comment:2 james.goppert@…]:
> Replying to [comment:1 james.goppert@…]:
> > After Changeset 91751, new error is: :info:configure Unrecognized
toolchain 'ppc32-darwin10-gcc'
> ./configure -h reveals possible targets as: ppc32-darwin9-gcc,
x86-darwin10-gcc, x86_64-darwin10-gcc etc.
An ugly fix but changing the line
set merger_configure_args(${my_arch})
--target=$my_targets(${my_arch})-${os.patform}${os.major}-gcc
to
set merger_configure_args(${my_arch})
--target=$my_targets(${my_arch})-${os.patform}9-gcc
works for me.
--
Ticket URL: <https://trac.macports.org/ticket/33956#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list