summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/libvorbis/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libvorbis/package.py b/var/spack/repos/builtin/packages/libvorbis/package.py
index 9f4fc58fc9..cfd0420ca3 100644
--- a/var/spack/repos/builtin/packages/libvorbis/package.py
+++ b/var/spack/repos/builtin/packages/libvorbis/package.py
@@ -22,5 +22,8 @@ class Libvorbis(AutotoolsPackage):
depends_on("pkgconfig", type="build")
+ def patch(self):
+ filter_file(r"-force_cpusubtype_ALL", "", "configure", string=True)
+
# `make check` crashes when run in parallel
parallel = False