diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-12 13:21:53 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-12 13:22:48 +0100 |
commit | 49076c5446056df33faf709d97bc4c61aed86fe8 (patch) | |
tree | bc72c594773003b1d704971502e05ee8867f26fe /sci-chemistry/povscript+/files | |
parent | app-text/libetonyek: Force MDDS_VER also in live ebuild (diff) | |
download | gentoo-49076c5446056df33faf709d97bc4c61aed86fe8.tar.gz gentoo-49076c5446056df33faf709d97bc4c61aed86fe8.tar.bz2 gentoo-49076c5446056df33faf709d97bc4c61aed86fe8.zip |
sci-chemistry/povscript+: treeclean
Closes: https://bugs.gentoo.org/515818
Closes: https://bugs.gentoo.org/586260
Closes: https://bugs.gentoo.org/828703
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-chemistry/povscript+/files')
-rw-r--r-- | sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch b/sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch deleted file mode 100644 index 054967d6555c..000000000000 --- a/sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- src/png_img.c -+++ src/png_img.c -@@ -18,6 +18,7 @@ - - #include MS_GL_H - -+#include <zlib.h> - #include <png.h> - - #include "clib/str_utils.h" -@@ -69,7 +70,7 @@ - info_ptr = png_create_info_struct (png_ptr); - if (info_ptr == NULL) - yyerror ("png_img: could not create PNG info structure"); -- if (setjmp (png_ptr->jmpbuf)) yyerror ("png_img: could not setjmp"); -+ if (setjmp (png_jmpbuf(png_ptr))) yyerror ("png_img: could not setjmp"); - - png_init_io (png_ptr, outfile); - png_set_compression_level (png_ptr, compression_level); |