diff options
Diffstat (limited to 'graphics/panomatic/files/patch-libpng-include-png.h')
-rw-r--r-- | graphics/panomatic/files/patch-libpng-include-png.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/panomatic/files/patch-libpng-include-png.h b/graphics/panomatic/files/patch-libpng-include-png.h new file mode 100644 index 000000000000..33e1dbea6002 --- /dev/null +++ b/graphics/panomatic/files/patch-libpng-include-png.h @@ -0,0 +1,11 @@ +--- libpng/include/png.h.orig 2008-02-14 23:14:15.000000000 +0000 ++++ libpng/include/png.h 2012-09-24 12:02:46.519169872 +0000 +@@ -2302,7 +2302,7 @@ + + #if defined(PNG_iCCP_SUPPORTED) + extern PNG_EXPORT(void,png_set_iCCP) PNGARG((png_structp png_ptr, +- png_infop info_ptr, png_charp name, int compression_type, ++ png_infop info_ptr, png_const_charp name, int compression_type, + png_charp profile, png_uint_32 proflen)); + /* Note to maintainer: profile should be png_bytep */ + #endif |