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:
Harmen Stoppels 2023-10-19 19:15:18 +02:00 committed by GitHub
parent 46c1a8e4c6
commit 3f594e86a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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