summaryrefslogtreecommitdiffstats
path: root/extra/gd/gd-2.0.35-libpng14.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-09 22:59:36 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-09 22:59:36 +0100
commit0ec4c23d6292e19118bce7a40f3c43b44697f1de (patch)
treeb9f59d8d6e3f5445d0b0e7cb27cd8d6032700f43 /extra/gd/gd-2.0.35-libpng14.patch
parent4bf87fed278d06a64d876b9212eb9a9fc924bd99 (diff)
downloadnutyx-extra-0ec4c23d6292e19118bce7a40f3c43b44697f1de.tar.gz
nutyx-extra-0ec4c23d6292e19118bce7a40f3c43b44697f1de.tar.bz2
nutyx-extra-0ec4c23d6292e19118bce7a40f3c43b44697f1de.tar.xz
nutyx-extra-0ec4c23d6292e19118bce7a40f3c43b44697f1de.zip
gd dans ouvert
Diffstat (limited to 'extra/gd/gd-2.0.35-libpng14.patch')
-rw-r--r--extra/gd/gd-2.0.35-libpng14.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/gd/gd-2.0.35-libpng14.patch b/extra/gd/gd-2.0.35-libpng14.patch
deleted file mode 100644
index da5b4fb00..000000000
--- a/extra/gd/gd-2.0.35-libpng14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur gd-2.0.35.orig/gd_png.c gd-2.0.35/gd_png.c
---- gd-2.0.35.orig/gd_png.c 2007-11-27 10:30:34.000000000 +0200
-+++ gd-2.0.35/gd_png.c 2010-01-17 17:14:11.000000000 +0200
-@@ -151,7 +151,7 @@
- return NULL;
- }
-
-- if (!png_check_sig (sig, 8)) { /* bad signature */
-+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
- return NULL; /* bad signature */
- }
-