summaryrefslogtreecommitdiffstats
path: root/src/gd-1-libpng15.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/gd-1-libpng15.patch')
-rw-r--r--src/gd-1-libpng15.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gd-1-libpng15.patch b/src/gd-1-libpng15.patch
deleted file mode 100644
index 5c4af61..0000000
--- a/src/gd-1-libpng15.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is part of MXE.
-# See index.html for further information.
-
-This patch has been taken from:
-http://bugs.gentoo.org/show_bug.cgi?id=305101
-http://repos.archlinux.org/wsvn/packages/gd/trunk/libpng14.patch
-
---- a/gd_png.c
-+++ b/gd_png.c
-@@ -149,7 +149,7 @@
- return NULL;
- }
-
-- if (!png_check_sig (sig, 8)) { /* bad signature */
-+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
- return NULL; /* bad signature */
- }