diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-24 23:46:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-26 18:58:51 +0700 |
commit | 84b1edf00df4116d57ed32054c10a3b0297ceb29 (patch) | |
tree | 1f2cef70b5c9ac5257717cd890201d54b070802a /graphics/fbv/fbv.SlackBuild | |
parent | b996d855ce15548f534707471aeea4b57423a7f5 (diff) | |
download | slackbuilds-84b1edf00df4116d57ed32054c10a3b0297ceb29.tar.gz |
graphics/fbv: Revert 44e9e0e "Fixed build with giflib-5.1".
This duplicated 3c1c6ee "Fix compile issue" and caused the build
to fail.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/fbv/fbv.SlackBuild')
-rw-r--r-- | graphics/fbv/fbv.SlackBuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/fbv/fbv.SlackBuild b/graphics/fbv/fbv.SlackBuild index 5a38877d22..90252b9f35 100644 --- a/graphics/fbv/fbv.SlackBuild +++ b/graphics/fbv/fbv.SlackBuild @@ -77,10 +77,6 @@ patch -p1 < $CWD/manhelp.diff # have to do this instead, to use our CFLAGS: sed -i "s,-O2,$SLKCFLAGS," Makefile -# Fix build with giflib-5.1 and libpng16 (thanks to Arch) -patch -p1 < $CWD/giflib-5.1.patch -sed -i 's|setjmp(png_ptr->jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c - make strip $PRGNAM mkdir -p $PKG/usr/bin $PKG/usr/man/man1 |