pixman: fix patch (#11173)

This commit is contained in:
Denis Davydov 2019-04-15 14:49:02 +02:00 committed by Massimiliano Culpo
parent 0341e19540
commit 06a17ef052

View File

@ -27,7 +27,7 @@ class Pixman(AutotoolsPackage):
# __builtin_shuffle was removed in clang 5.0.
# From version 9.1 apple-clang is based on clang 5.0.
# Patch is obtained from above link.
patch('clang.patch', when='%clang@9.1.0-apple:')
patch('clang.patch', when='@0.34%clang@9.1.0-apple:')
@run_before('build')
def patch_config_h_for_intel(self):