graphviz: fix implicit patch (#19621)

The patch seems to be included in version 2.44.1 already. Moreover, it
is necessary to specify `level=0` to make it apply.
This commit is contained in:
Michael Kuhn 2020-10-30 10:16:40 +01:00 committed by GitHub
parent 3a863020f0
commit aa14a0aec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class Graphviz(AutotoolsPackage):
sha256='813e6529e79161a18b0f24a969b7de22f8417b2e942239e658b5402884541bc2',
when='@:2.40%intel')
patch('ps2pdf.patch')
patch('implicit.patch')
patch('implicit.patch', level=0, when='@:2.44.0')
if not MACOS_VERSION:
conflicts('+quartz',