From a2235be71ee5781e6c5c34dc333594164b117518 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 3 Oct 2014 22:47:52 +0200 Subject: [PATCH] libextractor: fix build with giflib-5.1.0 --- srcpkgs/libextractor/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/libextractor/template b/srcpkgs/libextractor/template index a7e83c0d6a8..abc9c3c956d 100644 --- a/srcpkgs/libextractor/template +++ b/srcpkgs/libextractor/template @@ -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() {