summaryrefslogtreecommitdiff
path: root/graphics/panomatic/files/patch-libpng-include-png.h
blob: 33e1dbea6002041b60a28f939b20a10b263c884a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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