diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-09 22:59:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-09 22:59:36 +0100 |
commit | 0ec4c23d6292e19118bce7a40f3c43b44697f1de (patch) | |
tree | b9f59d8d6e3f5445d0b0e7cb27cd8d6032700f43 /extra/gd/gd-2.0.35-libpng14.patch | |
parent | 4bf87fed278d06a64d876b9212eb9a9fc924bd99 (diff) | |
download | nutyx-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.patch | 12 |
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 */ - } - |