diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-10-23 18:59:25 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-10-23 18:59:25 +0000 |
commit | 772ef01eecf744b5dc7509522aed045931db393d (patch) | |
tree | 7924d5c43f8b5d1677cee203963a2878e674f40b /net-im/ekg/files/ekg-1.7_rc2-giflib.patch | |
parent | Stable on hppa (diff) | |
download | gentoo-2-772ef01eecf744b5dc7509522aed045931db393d.tar.gz gentoo-2-772ef01eecf744b5dc7509522aed045931db393d.tar.bz2 gentoo-2-772ef01eecf744b5dc7509522aed045931db393d.zip |
Version bump.
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'net-im/ekg/files/ekg-1.7_rc2-giflib.patch')
-rw-r--r-- | net-im/ekg/files/ekg-1.7_rc2-giflib.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/net-im/ekg/files/ekg-1.7_rc2-giflib.patch b/net-im/ekg/files/ekg-1.7_rc2-giflib.patch new file mode 100644 index 000000000000..a153f2d93fd5 --- /dev/null +++ b/net-im/ekg/files/ekg-1.7_rc2-giflib.patch @@ -0,0 +1,46 @@ +diff -Naurp ekg-1.7rc2-orig/configure.in ekg-1.7rc2/configure.in +--- ekg-1.7rc2-orig/configure.in 2006-10-23 20:33:54.000000000 +0200 ++++ ekg-1.7rc2/configure.in 2006-10-23 20:35:45.000000000 +0200 +@@ -454,20 +454,20 @@ if test "x$with_libgsm" != "xno"; then + fi + + dnl +-dnl Sprawdzamy libungif.so i <gif_lib.h> ++dnl Sprawdzamy libgif.so i <gif_lib.h> + dnl + +-AC_ARG_WITH(libungif, +- [ --without-libungif Compile without GIF token support]) ++AC_ARG_WITH(libgif, ++ [ --without-libgif Compile without GIF token support]) + +-if test "x$with_libungif" != "xno"; then +- AC_CHECK_LIB(ungif, DGifSlurp, ++if test "x$with_libgif" != "xno"; then ++ AC_CHECK_LIB(gif, DGifSlurp, + [ + AC_CHECK_HEADERS(gif_lib.h, + [ +- AC_DEFINE(HAVE_LIBUNGIF, 1, [define if you have libungif]) +- LDFLAGS="-lungif $LDFLAGS" +- have_libungif=yes ++ AC_DEFINE(HAVE_LIBUNGIF, 1, [define if you have libgif]) ++ LDFLAGS="-lgif $LDFLAGS" ++ have_libgif=yes + ]) + ]) + fi +@@ -686,10 +686,10 @@ else + echo " - pthread: disabled" + fi + +-if test "x$have_libungif" = "xyes"; then +- echo " - libungif: enabled" ++if test "x$have_libgif" = "xyes"; then ++ echo " - libgif: enabled" + else +- echo " - libungif: disabled" ++ echo " - libgif: disabled" + fi + + if test "x$have_libjpeg" = "xyes"; then |