summaryrefslogtreecommitdiff
path: root/extra/imlib/libpng14.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/imlib/libpng14.patch')
-rw-r--r--extra/imlib/libpng14.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/imlib/libpng14.patch b/extra/imlib/libpng14.patch
deleted file mode 100644
index 2cc174e29..000000000
--- a/extra/imlib/libpng14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur imlib-1.9.15-orig/Imlib/load.c imlib-1.9.15/Imlib/load.c
---- imlib-1.9.15-orig/Imlib/load.c 2010-01-18 20:58:27.000000000 -0500
-+++ imlib-1.9.15/Imlib/load.c 2010-01-18 21:02:04.000000000 -0500
-@@ -1619,7 +1619,7 @@
- return 0;
- fread(buf, 1, 8, f);
- rewind(f);
-- return (int)png_check_sig(buf, 8);
-+ return (int)png_sig_cmp(buf, 0, 8)==0;
- #else
- return 0;
- #endif