From: Adam Gołębiowski Date: Sun, 12 Feb 2012 08:41:05 +0000 (+0000) Subject: - new X-Git-Tag: auto/th/enigma-1_01-10~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fenigma.git;a=commitdiff_plain;h=218bf7756c81c49891d1aa9280b551f0304db7d5 - new Changed files: enigma-libpng15.patch -> 1.1 --- diff --git a/enigma-libpng15.patch b/enigma-libpng15.patch new file mode 100644 index 0000000..98b4b67 --- /dev/null +++ b/enigma-libpng15.patch @@ -0,0 +1,11 @@ +--- enigma-1.01/lib-src/enigma-core/IMG_SavePNG.c~ 2005-11-25 00:17:06.000000000 +0100 ++++ enigma-1.01/lib-src/enigma-core/IMG_SavePNG.c 2012-02-12 09:33:05.722521948 +0100 +@@ -84,7 +84,7 @@ + png_bytep *row_pointers = 0; + + /* Set error handling. */ +- if (setjmp(png_ptr->jmpbuf)) { ++ if (setjmp(png_jmpbuf(png_ptr))) { + IMG_SetError("Error writing the PNG file"); + } + else {