diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-04 13:22:54 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-04 13:22:54 (GMT) |
commit | 49482353acaae83f37b98c13a2e414e23c73436b (patch) | |
tree | b63f53dd24f24ff5d78f060aed46f1206a25f23f /abs/extra/gd/libpng14.patch | |
parent | 455c62210eb75e647580ae9dc114c1054874773e (diff) | |
download | linhes_pkgbuild-49482353acaae83f37b98c13a2e414e23c73436b.zip linhes_pkgbuild-49482353acaae83f37b98c13a2e414e23c73436b.tar.gz linhes_pkgbuild-49482353acaae83f37b98c13a2e414e23c73436b.tar.bz2 |
gd: update to 2.1.0
Diffstat (limited to 'abs/extra/gd/libpng14.patch')
-rw-r--r-- | abs/extra/gd/libpng14.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra/gd/libpng14.patch b/abs/extra/gd/libpng14.patch deleted file mode 100644 index 19a3fda..0000000 --- a/abs/extra/gd/libpng14.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur gd-2.0.36RC1.orig/gd_png.c gd-2.0.36RC1/gd_png.c ---- gd-2.0.36RC1.orig/gd_png.c 2007-11-27 10:30:34.000000000 +0200 -+++ gd-2.0.36RC1/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 */ - } - |