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:
Seth R. Johnson 2021-10-01 11:30:23 -04:00 committed by GitHub
parent 6aff4831e3
commit f2ef34638d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ class Graphviz(AutotoolsPackage):
msg="Graphviz can only be build with Quartz on macOS.") msg="Graphviz can only be build with Quartz on macOS.")
elif MACOS_VERSION >= Version('10.9'): elif MACOS_VERSION >= Version('10.9'):
# Doesn't detect newer mac os systems as being new # 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 # Language dependencies
for lang in language_bindings: for lang in language_bindings: