[MacPorts] #64607: fix for libtheora to build on 10.6.8 Rosetta
MacPorts
noreply at macports.org
Fri Feb 4 15:05:41 UTC 2022
#64607: fix for libtheora to build on 10.6.8 Rosetta
-------------------------------------------+-----------------------
Reporter: barracuda156 | Owner: (none)
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Keywords: powerpc, snowleopard, rosetta | Port: libtheora
-------------------------------------------+-----------------------
`libtheora` fails to build for ppc on 10.6.8 Rosetta, however this simple
fix works:
{{{
if {${os.major} == 10 && ${build_arch} eq "ppc"} {
configure.args-append --build=powerpc-apple-darwin10 \
--host=powerpc-apple-darwin10
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/64607>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list