--- raine-0.51.9_orig/source/savepng.c 2009-12-31 23:25:03.000000000 +0100 +++ raine-0.51.9/source/savepng.c 2011-10-23 20:47:57.000000000 +0200 @@ -203,7 +203,7 @@ goto Error; /* Set error handling. */ - if (setjmp(png_ptr->jmpbuf)) { + if (setjmp(png_jmpbuf(png_ptr))) { /* If we get here, we had a problem reading the file. */ goto Error; }