summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/m4/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/m4/package.py b/var/spack/repos/builtin/packages/m4/package.py
index 9a9da53202..57d703679c 100644
--- a/var/spack/repos/builtin/packages/m4/package.py
+++ b/var/spack/repos/builtin/packages/m4/package.py
@@ -22,10 +22,10 @@ class M4(AutotoolsPackage, GNUMirrorPackage):
patch('oneapi.patch', when='%oneapi')
# from: https://github.com/Homebrew/homebrew-core/blob/master/Formula/m4.rb
# Patch credit to Jeremy Huddleston Sequoia <jeremyhu@apple.com>
- patch('secure_snprintf.patch', when='os = highsierra')
- patch('secure_snprintf.patch', when='os = mojave')
- patch('secure_snprintf.patch', when='os = catalina')
- patch('secure_snprintf.patch', when='os = bigsur')
+ patch('secure_snprintf.patch', when='@:1.4.18 os=highsierra')
+ patch('secure_snprintf.patch', when='@:1.4.18 os=mojave')
+ patch('secure_snprintf.patch', when='@:1.4.18 os=catalina')
+ patch('secure_snprintf.patch', when='@:1.4.18 os=bigsur')
# https://bugzilla.redhat.com/show_bug.cgi?id=1573342
patch('https://src.fedoraproject.org/rpms/m4/raw/5d147168d4b93f38a4833f5dd1d650ad88af5a8a/f/m4-1.4.18-glibc-change-work-around.patch', sha256='fc9b61654a3ba1a8d6cd78ce087e7c96366c290bc8d2c299f09828d793b853c8', when='@1.4.18')