public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/grace/files/
@ 2017-08-13 11:24 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-08-13 11:24 UTC (permalink / raw
  To: gentoo-commits

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;
-     }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-13 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-13 11:24 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/grace/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox