Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/grace/files/
Date: Sun, 13 Aug 2017 11:25:15
Message-Id: 1502623484.cb4b127ed15d489541e55acc8fa21422dd424e1a.soap@gentoo
1 commit: cb4b127ed15d489541e55acc8fa21422dd424e1a
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 9 09:40:43 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:24:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4b127e
7
8 sci-visualization/grace: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5370
11
12 .../grace/files/grace-5.1.22-libpng15.patch | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/sci-visualization/grace/files/grace-5.1.22-libpng15.patch b/sci-visualization/grace/files/grace-5.1.22-libpng15.patch
16 deleted file mode 100644
17 index 1e27bb385c6..00000000000
18 --- a/sci-visualization/grace/files/grace-5.1.22-libpng15.patch
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 ---- a/src/rstdrv.c
22 -+++ b/src/rstdrv.c
23 -@@ -53,6 +53,7 @@
24 - #endif
25 -
26 - #ifdef HAVE_LIBPNG
27 -+# include <zlib.h>
28 - # include <png.h>
29 - #endif
30 -
31 -@@ -885,7 +886,7 @@
32 - return;
33 - }
34 -
35 -- if (setjmp(png_ptr->jmpbuf)) {
36 -+ if (setjmp(png_jmpbuf(png_ptr))) {
37 - png_destroy_write_struct(&png_ptr, &info_ptr);
38 - return;
39 - }