Author: pawelz Date: Sat Jul 26 00:02:02 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - sng buildfix - stolen from debian - initial PLD release
---- Files affected: SOURCES: sng-buildfix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/sng-buildfix.patch diff -u /dev/null SOURCES/sng-buildfix.patch:1.1 --- /dev/null Sat Jul 26 02:02:03 2008 +++ SOURCES/sng-buildfix.patch Sat Jul 26 02:01:57 2008 @@ -0,0 +1,11 @@ +diff -urN ../tmp-orig/sng-1.0.2/sngd.c ./sngd.c +--- ../tmp-orig/sng-1.0.2/sngd.c 2003-11-15 20:25:10.000000000 +0100 ++++ ./sngd.c 2005-03-03 18:43:07.950867602 +0100 +@@ -30,7 +30,9 @@ + }; + + static char *current_file; ++#define png_ptr png_ptr_local + static png_structp png_ptr; ++#define info_ptr info_ptr_local + static png_infop info_ptr; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
