mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-visualization/grace: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5370
This commit is contained in:
committed by
David Seifert
parent
fde0c83ed8
commit
cb4b127ed1
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user