sci-visualization/grace: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Wed, 9 Aug 2017 09:40:43 +0000 (11:40 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 13 Aug 2017 11:24:44 +0000 (13:24 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5370

sci-visualization/grace/files/grace-5.1.22-libpng15.patch [deleted file]

diff --git a/sci-visualization/grace/files/grace-5.1.22-libpng15.patch b/sci-visualization/grace/files/grace-5.1.22-libpng15.patch
deleted file mode 100644 (file)
index 1e27bb3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/rstdrv.c
-+++ b/src/rstdrv.c
-@@ -53,6 +53,7 @@
- #endif
- #ifdef HAVE_LIBPNG
-+#  include <zlib.h>
- #  include <png.h>
- #endif
-@@ -885,7 +886,7 @@
-         return;
-     }
--    if (setjmp(png_ptr->jmpbuf)) {
-+    if (setjmp(png_jmpbuf(png_ptr))) {
-         png_destroy_write_struct(&png_ptr, &info_ptr);
-         return;
-     }