libextractor: fix build with giflib-5.1.0

This commit is contained in:
Enno Boland 2014-10-03 22:47:52 +02:00
parent 7ab79f35ca
commit a2235be71e
1 changed files with 3 additions and 0 deletions

View File

@ -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() {