graphviz: macOS patch not needed on newer version (#26292)
The autoconf file was updated in 2.49.0 but is still needed in older versions.
This commit is contained in:
parent
6aff4831e3
commit
f2ef34638d
@ -81,7 +81,7 @@ class Graphviz(AutotoolsPackage):
|
||||
msg="Graphviz can only be build with Quartz on macOS.")
|
||||
elif MACOS_VERSION >= Version('10.9'):
|
||||
# Doesn't detect newer mac os systems as being new
|
||||
patch('fix-quartz-darwin.patch')
|
||||
patch('fix-quartz-darwin.patch', when='@:2.47.2')
|
||||
|
||||
# Language dependencies
|
||||
for lang in language_bindings:
|
||||
|
Loading…
Reference in New Issue
Block a user