giflib: remove convert call in doc generation (#45276)

Signed-off-by: Shane Nehring <snehring@iastate.edu>
This commit is contained in:
snehring 2024-07-17 11:42:20 -05:00 committed by GitHub
parent 7b9f8abce5
commit df5bac3e6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,3 +75,6 @@ def edit(self, spec, prefix):
if spec.satisfies("@:5.2.0"):
configure = Executable("./configure")
configure("--prefix={0}".format(prefix))
# remove call to convert in doc makefile
with working_dir("doc"):
filter_file("^.*convert.*-resize.*$", "", "Makefile")