#25907: libvpx 0.9.1 fails to build on Leopard ---------------------------------+------------------------------------------ Reporter: stephen@… | Owner: raimue@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: libvpx | ---------------------------------+------------------------------------------ Changes (by michaelld@…): * status: new => closed * resolution: => fixed Comment: I have the same issue on 10.5 i386. The generic problem is that, by default, libvpx's 'configure' scripts will install as 'universal' no matter if in the Portfile +universal or "universal_variant no" is set. The particular manifestation is setting both -arch i386 and -arch ppc, as well as some conflicting flags which make GCC error out. The solution is to specify the exact "--target=FOO" to compile for, solely as a single architecture (no universal). I just checked in changes in r70235 that should fix this issue. Please "sync", "clean", and try again & report back. I'm closing this ticket, but please reopen if these changes don't work for you for this specific ticket's issue. -- Ticket URL: <http://trac.macports.org/ticket/25907#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS