libvorbis: drop -force_cpusubtype_ALL flag (#40616)
This flag was only relevant when targeting powerpc from apple-clang, which we don't do. The flag is removed from apple-clang@15. Let's drop it unconditionally.
This commit is contained in:
parent
46c1a8e4c6
commit
3f594e86a1
@ -22,5 +22,8 @@ class Libvorbis(AutotoolsPackage):
|
|||||||
|
|
||||||
depends_on("pkgconfig", type="build")
|
depends_on("pkgconfig", type="build")
|
||||||
|
|
||||||
|
def patch(self):
|
||||||
|
filter_file(r"-force_cpusubtype_ALL", "", "configure", string=True)
|
||||||
|
|
||||||
# `make check` crashes when run in parallel
|
# `make check` crashes when run in parallel
|
||||||
parallel = False
|
parallel = False
|
||||||
|
Loading…
Reference in New Issue
Block a user