Magellan Linux

Contents of /trunk/libpng/patches/libpng-1.2.36-fix-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 825 - (show annotations) (download)
Mon May 25 18:08:13 2009 UTC (14 years, 11 months ago) by niro
File size: 646 byte(s)
-re-diffed against 1.2.36

1 diff -Naur libpng-1.2.36/pngconf.h libpng-1.2.36-magellan/pngconf.h
2 --- libpng-1.2.36/pngconf.h 2009-05-07 18:05:28.000000000 +0200
3 +++ libpng-1.2.36-magellan/pngconf.h 2009-05-25 20:49:35.000000000 +0200
4 @@ -332,8 +332,8 @@
5 /* If you encounter a compiler error here, see the explanation
6 * near the end of INSTALL.
7 */
8 - __pngconf.h__ in libpng already includes setjmp.h;
9 - __dont__ include it again.;
10 +#warning __pngconf.h__ in libpng already includes setjmp.h;
11 +#warning __dont__ include it again.;
12 # endif
13 # endif /* __linux__ */
14 # endif /* PNG_SKIP_SETJMP_CHECK */