giflib: remove convert call in doc generation (#45276)
Signed-off-by: Shane Nehring <snehring@iastate.edu>
This commit is contained in:
parent
7b9f8abce5
commit
df5bac3e6c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user