Magellan Linux

Annotation of /trunk/slim/patches/slim-1.3.2-libpng15.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1293 - (hide annotations) (download)
Tue Mar 1 20:46:45 2011 UTC (13 years, 3 months ago) by niro
File size: 404 byte(s)
-added libpng-1.5 patch
1 niro 1293 diff -Naur slim-1.3.2/png.c slim-1.3.2-magellan/png.c
2     --- slim-1.3.2/png.c 2010-07-08 07:04:10.000000000 +0200
3     +++ slim-1.3.2-magellan/png.c 2011-03-01 20:49:43.000000000 +0100
4     @@ -57,7 +57,7 @@
5     return(0);
6     }
7    
8     - if (setjmp(png_ptr->jmpbuf))
9     + if (setjmp(png_jmpbuf(png_ptr)))
10     {
11     png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp) NULL);
12     fclose(infile);