packages: WindowMaker/WindowMaker-libpng15.patch (NEW)=?UTF-8?Q?=20?=- new

adamg adamg at pld-linux.org
Wed Feb 8 17:05:30 CET 2012


Author: adamg                        Date: Wed Feb  8 16:05:30 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/WindowMaker/WindowMaker-libpng15.patch
diff -u /dev/null packages/WindowMaker/WindowMaker-libpng15.patch:1.1
--- /dev/null	Wed Feb  8 17:05:30 2012
+++ packages/WindowMaker/WindowMaker-libpng15.patch	Wed Feb  8 17:05:25 2012
@@ -0,0 +1,11 @@
+--- WindowMaker-0.92.0/wrlib/png.c~	2004-10-12 20:22:04.000000000 +0200
++++ WindowMaker-0.92.0/wrlib/png.c	2012-02-08 17:01:46.922810472 +0100
+@@ -97,7 +97,7 @@
+     }
+ 
+     RErrorCode = RERR_INTERNAL;
+-    if (setjmp(png->jmpbuf)) {
++    if (setjmp(png_jmpbuf(png))) {
+         fclose(f);
+         png_destroy_read_struct(&png, &pinfo, &einfo);
+         if (image)
================================================================


More information about the pld-cvs-commit mailing list