summaryrefslogtreecommitdiffstats
path: root/libgd/libpng14-enable-read-dither.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /libgd/libpng14-enable-read-dither.patch
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'libgd/libpng14-enable-read-dither.patch')
-rw-r--r--libgd/libpng14-enable-read-dither.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libgd/libpng14-enable-read-dither.patch b/libgd/libpng14-enable-read-dither.patch
new file mode 100644
index 000000000..955b12ac6
--- /dev/null
+++ b/libgd/libpng14-enable-read-dither.patch
@@ -0,0 +1,15 @@
+diff -Naur libpng-1.4.0-orig/pngconf.h libpng-1.4.0/pngconf.h
+--- libpng-1.4.0-orig/pngconf.h 2010-01-27 20:38:27.000000000 -0500
++++ libpng-1.4.0/pngconf.h 2010-01-27 20:44:44.000000000 -0500
+@@ -497,11 +497,9 @@
+ # ifndef PNG_NO_READ_INVERT
+ # define PNG_READ_INVERT_SUPPORTED
+ # endif
+-#if 0 /* removed from libpng-1.4.0 */
+ # ifndef PNG_NO_READ_DITHER
+ # define PNG_READ_DITHER_SUPPORTED
+ # endif
+-#endif /* 0 */
+ # ifndef PNG_NO_READ_BACKGROUND
+ # define PNG_READ_BACKGROUND_SUPPORTED
+ # endif