giflib: restrict patch to darwin (#31670)

This commit is contained in:
snehring 2022-07-21 01:52:50 -05:00 committed by GitHub
parent 22798d7540
commit d8983497f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ class Giflib(MakefilePackage, SourceforgePackage):
# https://sourceforge.net/p/giflib/bugs/133/
patch('https://sourceforge.net/p/giflib/bugs/_discuss/thread/4e811ad29b/c323/attachment/Makefile.patch',
sha256='a94e7bdd8840a31cecacc301684dfdbf7b98773ad824aeaab611fabfdc513036',
level=0, when='@5.2:')
level=0, when='@5.2: platform=darwin')
patch('bsd-head.patch')
def prefix_and_libversion_args(self):