]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 May 2006 22:48:02 +0000 (22:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_image-ac_fixes.patch -> 1.3

SDL_image-ac_fixes.patch [deleted file]

diff --git a/SDL_image-ac_fixes.patch b/SDL_image-ac_fixes.patch
deleted file mode 100644 (file)
index fe793da..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
---- SDL_image-1.2.1/configure.in.orig  Thu Dec  6 02:51:15 2001
-+++ SDL_image-1.2.1/configure.in       Fri Jan 11 12:34:27 2002
-@@ -105,9 +105,7 @@
-         CFLAGS="$CFLAGS -DLOAD_JPG"
-         IMG_LIBS="$IMG_LIBS -ljpeg"
-     else
--        AC_MSG_WARN([
--*** Unable to find JPEG library (http://www.ijg.org/)
--])
-+        AC_MSG_WARN([*** Unable to find JPEG library (http://www.ijg.org/)])
-         AC_MSG_WARN([JPG image loading disabled])
-     fi
- fi
-@@ -129,15 +127,11 @@
- if test x$enable_png = xyes; then
-     AC_CHECK_LIB(png, png_create_read_struct, have_libpng=yes, , -lz)
-     if test x$have_libpng != xyes; then
--        AC_MSG_WARN([
--*** Unable to find PNG library (http://www.libpng.org/pub/png/libpng.html)
--])
-+        AC_MSG_WARN([*** Unable to find PNG library (http://www.libpng.org/pub/png/libpng.html)])
-     fi
-     AC_CHECK_LIB(z, uncompress, have_libz=yes)
-     if test x$have_libz != xyes; then
--        AC_MSG_WARN([
--*** Unable to find Zlib library (http://www.gzip.org/zlib/)
--])
-+        AC_MSG_WARN([*** Unable to find Zlib library (http://www.gzip.org/zlib/)])
-     fi
-     if test x$have_libpng = xyes -a x$have_libz = xyes; then
-         CFLAGS="$CFLAGS -DLOAD_PNG"
-@@ -167,9 +161,7 @@
-         CFLAGS="$CFLAGS -DLOAD_TIF"
-         IMG_LIBS="$IMG_LIBS -ltiff"
-     else
--        AC_MSG_WARN([
--*** Unable to find Tiff library (ftp://ftp.sgi.com/graphics/tiff/)
--])
-+        AC_MSG_WARN([*** Unable to find Tiff library (ftp://ftp.sgi.com/graphics/tiff/)])
-         AC_MSG_WARN([TIF image loading disabled])
-     fi
- fi
This page took 0.036728 seconds and 4 git commands to generate.