only apply onapi patch to m4 for v1.4.18 (#24490)
This commit is contained in:
parent
26f740b25a
commit
7dafc827a7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class M4(AutotoolsPackage, GNUMirrorPackage):
|
|||
patch('gnulib-pgi.patch', when='@1.4.18')
|
||||
patch('pgi.patch', when='@1.4.17')
|
||||
patch('nvhpc.patch', when='%nvhpc')
|
||||
patch('oneapi.patch', when='%oneapi')
|
||||
patch('oneapi.patch', when='@1.4.18 %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='@:1.4.18 os=highsierra')
|
||||
|
|
Loading…
Reference in a new issue