Author: adamg                        Date: Sat Feb 11 09:07:02 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/pgplot:
   pgplot-libpng15.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/pgplot/pgplot-libpng15.patch
diff -u /dev/null packages/pgplot/pgplot-libpng15.patch:1.1
--- /dev/null   Sat Feb 11 10:07:02 2012
+++ packages/pgplot/pgplot-libpng15.patch       Sat Feb 11 10:06:57 2012
@@ -0,0 +1,11 @@
+--- pgplot/drivers/pndriv.c~   1999-03-27 03:06:23.000000000 +0100
++++ pgplot/drivers/pndriv.c    2012-02-11 10:04:40.277866395 +0100
+@@ -222,7 +222,7 @@
+       return;
+   }
+ 
+-  if (setjmp(png_ptr->jmpbuf)) { /* not really sure what I'm doing here... */
++  if (setjmp(png_jmpbuf(png_ptr))) { /* not really sure what I'm doing 
here... */
+       fprintf(stderr,"%s: error in libpng while writing file %s, plotting 
disabled\n", png_ident, filename);
+       png_destroy_write_struct(&png_ptr,&info_ptr);
+       dev->error = true;
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to