summaryrefslogtreecommitdiff
path: root/sci-chemistry/molscript/files/2.1.2-libpng15.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/molscript/files/2.1.2-libpng15.patch')
-rw-r--r--sci-chemistry/molscript/files/2.1.2-libpng15.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-chemistry/molscript/files/2.1.2-libpng15.patch b/sci-chemistry/molscript/files/2.1.2-libpng15.patch
deleted file mode 100644
index 9ed1b85909e8..000000000000
--- a/sci-chemistry/molscript/files/2.1.2-libpng15.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- png_img.c
-+++ png_img.c
-@@ -18,6 +18,7 @@
-
- #include <GL/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);