]> git.pld-linux.org Git - packages/grace.git/commitdiff
- new auto/th/grace-5_1_22-8
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Feb 2012 21:20:17 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grace-libpng15.patch -> 1.1

grace-libpng15.patch [new file with mode: 0644]

diff --git a/grace-libpng15.patch b/grace-libpng15.patch
new file mode 100644 (file)
index 0000000..e4af849
--- /dev/null
@@ -0,0 +1,19 @@
+--- grace-5.1.22/src/rstdrv.c~ 2004-07-03 22:47:46.000000000 +0200
++++ grace-5.1.22/src/rstdrv.c  2012-02-12 22:16:50.451780508 +0100
+@@ -54,6 +54,7 @@
+ #ifdef HAVE_LIBPNG
+ #  include <png.h>
++#  include <zlib.h>
+ #endif
+ #ifndef NONE_GUI
+@@ -886,7 +886,7 @@
+         return;
+     }
+-    if (setjmp(png_ptr->jmpbuf)) {
++    if (setjmp(png_jmpbuf(png_ptr))) {
+         png_destroy_write_struct(&png_ptr, &info_ptr);
+         return;
+     }
This page took 0.24159 seconds and 4 git commands to generate.