pixman: fix patch (#11173)
This commit is contained in:
parent
0341e19540
commit
06a17ef052
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user