aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/22.3/10_all_libpng15.patch')
-rw-r--r--emacs/22.3/10_all_libpng15.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/emacs/22.3/10_all_libpng15.patch b/emacs/22.3/10_all_libpng15.patch
deleted file mode 100644
index d16a7da..0000000
--- a/emacs/22.3/10_all_libpng15.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://bugs.gentoo.org/384553
-
---- emacs-22.3-orig/src/image.c
-+++ emacs-22.3/src/image.c
-@@ -6427,7 +6427,7 @@
- {
- xassert (png_ptr != NULL);
- image_error ("PNG error: %s", build_string (msg), Qnil);
-- longjmp (png_ptr->jmpbuf, 1);
-+ longjmp (png_jmpbuf (png_ptr), 1);
- }
-
-
-@@ -6603,7 +6603,7 @@
-
- /* Set error jump-back. We come back here when the PNG library
- detects an error. */
-- if (setjmp (png_ptr->jmpbuf))
-+ if (setjmp (png_jmpbuf (png_ptr)))
- {
- error:
- if (png_ptr)