Author: qrczak Date: Fri Feb 23 12:25:01 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - GraphicsMagick-png.patch: disabled a conditional block of code which doesn't compile. Warning: the comment says that the block disables thread-unsafe features.
---- Files affected: SOURCES: GraphicsMagick-png.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/GraphicsMagick-png.patch diff -u /dev/null SOURCES/GraphicsMagick-png.patch:1.1 --- /dev/null Fri Feb 23 13:25:01 2007 +++ SOURCES/GraphicsMagick-png.patch Fri Feb 23 13:24:56 2007 @@ -0,0 +1,11 @@ +--- GraphicsMagick-1.1.7/coders/png.c~ 2004-11-11 00:14:54.000000000 +0100 ++++ GraphicsMagick-1.1.7/coders/png.c 2007-02-23 13:01:01.000000000 +0100 +@@ -1706,7 +1706,7 @@ + (int)sizeof(unused_chunks)/5); + #endif + +-#if defined(PNG_USE_PNGGCCRD) && defined(PNG_ASSEMBLER_CODE_SUPPORTED) \ ++#if 0 && defined(PNG_USE_PNGGCCRD) && defined(PNG_ASSEMBLER_CODE_SUPPORTED) \ + && (PNG_LIBPNG_VER >= 10200) + /* Disable thread-unsafe features of pnggccrd */ + if (png_access_version() >= 10200) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
