commit:     cb4b127ed15d489541e55acc8fa21422dd424e1a
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Wed Aug  9 09:40:43 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 11:24:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4b127e

sci-visualization/grace: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/5370

 .../grace/files/grace-5.1.22-libpng15.patch           | 19 -------------------
 1 file changed, 19 deletions(-)

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
index 1e27bb385c6..00000000000
--- a/sci-visualization/grace/files/grace-5.1.22-libpng15.patch
+++ /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;
-     }

Reply via email to