[MacPorts] #62618: dav1d @0.8.2: build fails on leopard PPC (at least) with several errors
MacPorts
noreply at macports.org
Sat Apr 3 06:45:40 UTC 2021
#62618: dav1d @0.8.2: build fails on leopard PPC (at least) with several errors
---------------------+---------------------------
Reporter: kencu | Owner: ctreleaven
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: leopard tiger
Port: dav1d |
---------------------+---------------------------
Comment (by ballapete):
In `ffmpeg-devel`'s `Portfile`:
{{{
188 if {${os.major} > 9} {
189 # libsdl2 requires minimum Xcode 10.7 SDK to build
successfully
190 # but builds on Snow Leopard
191 configure.args-replace --disable-sdl2 --enable-sdl2
192 depends_lib-append port:libsdl2
193
194 # Dav1d: 10.6+ No PowerPC or Apple Silicon (for now)
195 if {![regexp -all (arm64|ppc*) [get_canonical_archs]]} {
196 configure.args-append --enable-libdav1d
197 depends_lib-append port:dav1d
198 }
199 }
}}}
--
Ticket URL: <https://trac.macports.org/ticket/62618#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list