Author: pluto Date: Thu Feb 24 20:28:57 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - allow to use libpng with precompiled headers.
---- Files affected: SOURCES: libpng-gcc-pch.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/libpng-gcc-pch.patch diff -u /dev/null SOURCES/libpng-gcc-pch.patch:1.1 --- /dev/null Thu Feb 24 21:28:58 2005 +++ SOURCES/libpng-gcc-pch.patch Thu Feb 24 21:28:52 2005 @@ -0,0 +1,16 @@ +--- libpng-1.2.8/pngconf.h.orig 2004-12-03 01:14:24.000000000 +0100 ++++ libpng-1.2.8/pngconf.h 2005-02-24 21:25:44.919829640 +0100 +@@ -300,13 +300,6 @@ + # define PNG_SAVE_BSD_SOURCE + # undef _BSD_SOURCE + # endif +-# ifdef _SETJMP_H +- /* If you encounter a compiler error here, see the explanation +- * near the end of INSTALL. +- */ +- __png.h__ already includes setjmp.h; +- __dont__ include it again.; +-# endif + # endif /* __linux__ */ + + /* include setjmp.h for error handling */ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
