]> git.pld-linux.org Git - packages/crossmingw32-SDL_image.git/commitdiff
- updated for 1.2.1. RA-branch RA-1_0 SDL_image-1_2_0-5 SDL_image-1_2_1-2 SDL_image-1_2_2-1 SDL_image-1_2_2-2 SDL_image-1_2_2-3 SDL_image-1_2_2-4 STABLE auto/ac/SDL_image-1_2_3-1 auto/ac/SDL_image-1_2_3-2 auto/th/SDL_image-1_2_4-1
authorkloczek <kloczek@pld-linux.org>
Fri, 11 Jan 2002 13:15:00 +0000 (13:15 +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.2

SDL_image-ac_fixes.patch

index f0eb5088ff0cecf5640b070610ae19e984f74828..fe793daf0ac33c15ed6601a9f667201332de125b 100644 (file)
@@ -1,39 +1,39 @@
---- SDL_image-1.2.0/configure.in~      Sun Dec  2 09:01:35 2001
-+++ SDL_image-1.2.0/configure.in       Sun Dec  2 09:02:10 2001
-@@ -99,9 +99,7 @@
+--- 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(
+-        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
-@@ -117,15 +115,11 @@
+@@ -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.cdrom.com/pub/png/)
+-*** Unable to find PNG library (http://www.libpng.org/pub/png/libpng.html)
 -])
-+        AC_MSG_WARN([*** Unable to find PNG library (http://www.cdrom.com/pub/png/)])
++        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.cdrom.com/pub/infozip/zlib/)
+-*** Unable to find Zlib library (http://www.gzip.org/zlib/)
 -])
-+        AC_MSG_WARN([*** Unable to find Zlib library (http://www.cdrom.com/pub/infozip/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"
-@@ -155,9 +149,7 @@
+@@ -167,9 +161,7 @@
          CFLAGS="$CFLAGS -DLOAD_TIF"
          IMG_LIBS="$IMG_LIBS -ltiff"
      else
--        AC_MSG_WARN(
+-        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/)])
This page took 0.043358 seconds and 4 git commands to generate.