libungif isn't released anymore since 2005. This was after the GIF LZW expired.
New systems don't provide libungif anymore and require you to link against
the original libgif for the same functionality.
---
codecs/Makefile | 4 ++--
configure | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/codecs/Makefile b/codecs/Makefile
index e596309..43b6d99 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -18,8 +18,8 @@ else
NOT_SRCS += png.cc
endif
-ifeq "$(WITHLIBUNGIF)" "1"
-LDFLAGS += -lungif
+ifeq "$(WITHLIBGIF)" "1"
+LDFLAGS += -lgif
else
NOT_SRCS += gif.cc
endif
diff --git a/configure b/configure
index 2cf92f4..07aec70 100755
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
. config/functions
-with_options="x11 freetype evas libjpeg libtiff libpng libungif jasper openexr
expat lcms bardecode lua swig perl python php ruby"
+with_options="x11 freetype evas libjpeg libtiff libpng libgif jasper openexr
expat lcms bardecode lua swig perl python php ruby"
feature_options="evasgl tga pcx static"
TGA=1 # default to yes
@@ -64,7 +64,7 @@ fi
pkgcheck libjpeg header LIBJPEG cc jconfig.h
pkgcheck libtiff header LIBTIFF c++ tiffconf.h tiffio.h # tiffio.hxx
pkgcheck libpng pkg-config LIBPNG atleast 1.2
-pkgcheck libungif header LIBUNGIF c++ gif_lib.h
+pkgcheck libgif header LIBGIF c++ gif_lib.h
pkgcheck jasper header JASPER c++ jasper/jasper.h
if pkgcheck expat header EXPAT c++ expat.h; then # just for the SVG parser
var_append EXPATLIBS " " "-lexpat"
--
2.1.4
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe exact-image