sci-visualization/grace: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/5370
This commit is contained in:
Michael Mair-Keimberger (asterix)
2017-08-09 11:40:43 +02:00
committed by David Seifert
parent fde0c83ed8
commit cb4b127ed1

View File

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