libextractor: fix build with giflib-5.1.0
This commit is contained in:
parent
7ab79f35ca
commit
a2235be71e
|
@ -18,6 +18,9 @@ makedepends="
|
|||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
# make it build with giflib-5.1.0
|
||||
# see http://wiki.linuxfromscratch.org/blfs/ticket/5076#comment:2
|
||||
sed -i "/[DE]GifCloseFile/s:gif_file:&, NULL:g" src/plugins/gif_extractor.c
|
||||
}
|
||||
|
||||
libextractor-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue