From bf7c3af700612867d4f369dd661a5e374cc545b5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 24 Dec 2014 12:29:30 +0000 Subject: Properly support png 1.5 Obtained from: Gentoo --- graphics/libafterimage/files/patch-import.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 graphics/libafterimage/files/patch-import.c (limited to 'graphics/libafterimage/files/patch-import.c') diff --git a/graphics/libafterimage/files/patch-import.c b/graphics/libafterimage/files/patch-import.c deleted file mode 100644 index 3b2a5f7f8b47..000000000000 --- a/graphics/libafterimage/files/patch-import.c +++ /dev/null @@ -1,19 +0,0 @@ ---- import.c.orig 2011-01-15 06:52:22.000000000 +0100 -+++ import.c 2012-05-04 18:57:46.000000000 +0200 -@@ -40,6 +40,7 @@ - # else - # include - # endif -+# include - #else - # include - # ifdef HAVE_JPEG -@@ -1251,7 +1252,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))) - { - ASFlagType rgb_flags = ASStorage_RLEDiffCompress|ASStorage_32Bit ; - -- cgit v1.2.3