From 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 1 Jun 2012 05:26:28 +0000 Subject: - update png to 1.5.10 --- graphics/white_dune/files/patch-src-pngLoad.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/white_dune/files/patch-src-pngLoad.c (limited to 'graphics/white_dune/files/patch-src-pngLoad.c') diff --git a/graphics/white_dune/files/patch-src-pngLoad.c b/graphics/white_dune/files/patch-src-pngLoad.c new file mode 100644 index 000000000000..a95df605f2ad --- /dev/null +++ b/graphics/white_dune/files/patch-src-pngLoad.c @@ -0,0 +1,11 @@ +--- src/pngLoad.c.orig 2010-12-09 08:36:57.000000000 +0100 ++++ src/pngLoad.c 2012-05-05 08:32:20.000000000 +0200 +@@ -139,7 +139,7 @@ + * the normal method of doing things with libpng). REQUIRED unless you + * set up your own error handlers in the png_create_read_struct() earlier. + */ +- if (setjmp(png_ptr->jmpbuf)) ++ if (setjmp(png_jmpbuf(png_ptr))) + { + /* If we get here, we had a problem reading the file */ + return 0; -- cgit v1.2.3