diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-09 11:40:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-08-13 13:24:44 +0200 |
commit | cb4b127ed15d489541e55acc8fa21422dd424e1a (patch) | |
tree | 8ee4f8747e79715e3c6a835fd60186fc543acd1a /sci-visualization/grace | |
parent | sci-mathematics/z3: remove unused patch (diff) | |
download | gentoo-cb4b127ed15d489541e55acc8fa21422dd424e1a.tar.gz gentoo-cb4b127ed15d489541e55acc8fa21422dd424e1a.tar.bz2 gentoo-cb4b127ed15d489541e55acc8fa21422dd424e1a.zip |
sci-visualization/grace: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5370
Diffstat (limited to 'sci-visualization/grace')
-rw-r--r-- | sci-visualization/grace/files/grace-5.1.22-libpng15.patch | 19 |
1 files changed, 0 insertions, 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 1e27bb385c68..000000000000 --- 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; - } |