| 1234567891011121314151617181920212223242526272829303132333435363738 |
- Index: pngconf.h
- --- pngconf.h.orig 2009-05-07 18:05:28 +0200
- +++ pngconf.h 2009-05-08 10:22:24 +0200
- @@ -331,9 +331,9 @@
- # ifdef _SETJMP_H
- /* If you encounter a compiler error here, see the explanation
- * near the end of INSTALL.
- - */
- __pngconf.h__ in libpng already includes setjmp.h;
- __dont__ include it again.;
- + */
- # endif
- # endif /* __linux__ */
- # endif /* PNG_SKIP_SETJMP_CHECK */
- Index: scripts/libpng.pc-configure.in
- --- scripts/libpng.pc-configure.in.orig 2008-05-29 19:39:19 +0200
- +++ scripts/libpng.pc-configure.in 2009-05-08 10:21:50 +0200
- @@ -6,6 +6,6 @@
- Name: libpng
- Description: Loads and saves PNG files
- Version: @PNGLIB_VERSION@
- -Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
- -Libs.private: @LIBS@
- +Libs: -L${libdir} -lpng
- +Libs.private: -lz @LIBS@
- Cflags: -I${includedir} @LIBPNG_NO_MMX@
- Index: scripts/libpng.pc.in
- --- scripts/libpng.pc.in.orig 2009-05-07 18:05:35 +0200
- +++ scripts/libpng.pc.in 2009-05-08 10:21:50 +0200
- @@ -6,5 +6,6 @@
- Name: libpng
- Description: Loads and saves PNG files
- Version: 1.2.38
- -Libs: -L${libdir} -lpng12
- +Libs: -L${libdir} -lpng
- +Libs.private: -lz
- Cflags: -I${includedir}
|