diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 09:34:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-09 09:34:43 +0000 |
commit | 538a6d28a2487de32d66420074ba8609f4b2eab1 (patch) | |
tree | 54e230d33cb834db8c435ae3432993ffdb5bbd9e /graphics/php5-gd | |
parent | - Fix @dirrm / @dirrmtry order (diff) |
Update to PHP 5.3.2 release!
Notes
Notes:
svn path=/head/; revision=252471
Diffstat (limited to 'graphics/php5-gd')
-rw-r--r-- | graphics/php5-gd/files/patch-libgd_gd_png.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/php5-gd/files/patch-libgd_gd_png.c b/graphics/php5-gd/files/patch-libgd_gd_png.c deleted file mode 100644 index 95934bfc5089..000000000000 --- a/graphics/php5-gd/files/patch-libgd_gd_png.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libgd/gd_png.c.orig 2009-03-14 18:48:42.000000000 +0100 -+++ libgd/gd_png.c 2010-04-05 19:54:05.000000000 +0200 -@@ -139,7 +139,11 @@ - return NULL; - } - -+#if PNG_LIBPNG_VER >= 10400 -+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */ -+#else - if (!png_check_sig (sig, 8)) { /* bad signature */ -+#endif - return NULL; - } - |