]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
fixes: added missing "]" and "[" quotes.
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Dec 2001 08:11:59 +0000 (08:11 +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.1

SDL_image-ac_fixes.patch [new file with mode: 0644]

diff --git a/SDL_image-ac_fixes.patch b/SDL_image-ac_fixes.patch
new file mode 100644 (file)
index 0000000..f0eb508
--- /dev/null
@@ -0,0 +1,42 @@
+--- 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 @@
+         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
+@@ -117,15 +115,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/)
+-])
++        AC_MSG_WARN([*** Unable to find PNG library (http://www.cdrom.com/pub/png/)])
+     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/)
+-])
++        AC_MSG_WARN([*** Unable to find Zlib library (http://www.cdrom.com/pub/infozip/zlib/)])
+     fi
+     if test x$have_libpng = xyes -a x$have_libz = xyes; then
+         CFLAGS="$CFLAGS -DLOAD_PNG"
+@@ -155,9 +149,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.113498 seconds and 4 git commands to generate.