summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/libgdiplus/files/libgdiplus-1.1.8-giflib.diff')
-rw-r--r--dev-dotnet/libgdiplus/files/libgdiplus-1.1.8-giflib.diff60
1 files changed, 0 insertions, 60 deletions
diff --git a/dev-dotnet/libgdiplus/files/libgdiplus-1.1.8-giflib.diff b/dev-dotnet/libgdiplus/files/libgdiplus-1.1.8-giflib.diff
deleted file mode 100644
index 2b8f1553a532..000000000000
--- a/dev-dotnet/libgdiplus/files/libgdiplus-1.1.8-giflib.diff
+++ /dev/null
@@ -1,60 +0,0 @@
-diff -aur libgdiplus-1.1.8-orig/configure.in libgdiplus-1.1.8/configure.in
---- libgdiplus-1.1.8-orig/configure.in 2005-06-10 12:12:34.000000000 -0400
-+++ libgdiplus-1.1.8/configure.in 2005-06-21 19:23:45.000000000 -0400
-@@ -138,7 +138,7 @@
- AC_ARG_WITH(libtiff,
- [AC_HELP_STRING([--without-libtiff], [disable TIFF file IO])])
- AC_ARG_WITH(libungif,
-- [AC_HELP_STRING([--without-libungif], [disable GIF file IO])])
-+ [AC_HELP_STRING([--without-libgif], [disable GIF file IO])])
- AC_ARG_WITH(libpng,
- [AC_HELP_STRING([--without-libpng], [disable PNG file IO])])
-
-@@ -195,17 +195,17 @@
- fi
-
- dnl Test for libungif
-- if test x$with_libungif != xno && test -z "$LIBUNGIF"; then
-- AC_CHECK_LIB(ungif, DGifOpenFileName,
-+ if test x$with_libgif != xno && test -z "$LIBGIF"; then
-+ AC_CHECK_LIB(gif, DGifOpenFileName,
- [AC_CHECK_HEADER(gif_lib.h,
-- UNGIF='ungif'; LIBUNGIF='-lungif',
-- AC_MSG_WARN(*** GIF loader will not be built (ungiflibrary not found) ***))],
-- AC_MSG_WARN(*** GIF loader will not be built (ungiflibrary not found) ***))
-+ GIF='ungif'; LIBGIF='-lgif',
-+ AC_MSG_WARN(*** GIF loader will not be built (giflibrary not found) ***))],
-+ AC_MSG_WARN(*** GIF loader will not be built (giflibrary not found) ***))
- fi
-
--if test x$UNGIF != x; then
-- GDIPLUS_LIBS="$GDIPLUS_LIBS $LIBUNGIF"
-- AC_DEFINE(HAVE_LIBUNGIF, 1, Define if gif support is available)
-+if test x$GIF != x; then
-+ GDIPLUS_LIBS="$GDIPLUS_LIBS $LIBGIF"
-+ AC_DEFINE(HAVE_LIBGIF, 1, Define if gif support is available)
- fi
-
- dnl Test for libpng
-@@ -276,7 +276,7 @@
- echo $ECHO_N " - JPEG: "
- test ! x$JPEG = x && echo yes || echo "no (Get it from http://freshmeat.net/projects/libjpeg)"
- echo $ECHO_N " - GIF: "
--test ! x$UNGIF = x && echo yes || echo "no (See http://sourceforge.net/projects/libungif)"
-+test ! x$GIF = x && echo yes || echo "no (See http://sourceforge.net/projects/libungif)"
- echo $ECHO_N " - PNG: "
- test ! x$PNG = x && echo yes || echo "no (See http://www.libpng.org/pub/png/libpng.html)"
- echo ""
-diff -aur libgdiplus-1.1.8-orig/src/gifcodec.c libgdiplus-1.1.8/src/gifcodec.c
---- libgdiplus-1.1.8-orig/src/gifcodec.c 2005-06-13 15:17:10.000000000 -0400
-+++ libgdiplus-1.1.8/src/gifcodec.c 2005-06-21 19:23:02.000000000 -0400
-@@ -35,7 +35,7 @@
- #include "gdipImage.h"
- #include "gifcodec.h"
-
--#ifdef HAVE_LIBUNGIF
-+#ifdef HAVE_LIBGIF
-
- #include <gif_lib.h>
-
-Only in libgdiplus-1.1.8/src: gifcodec.c.orig