From cb4b127ed15d489541e55acc8fa21422dd424e1a Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Wed, 9 Aug 2017 11:40:43 +0200 Subject: 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(-) delete mode 100644 sci-visualization/grace/files/grace-5.1.22-libpng15.patch (limited to 'sci-visualization') 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 - # include - #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; - } -- cgit v1.2.3-65-gdbad