summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-png.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
commitb80064cbb9898918e6563795d0233e58fde5e7a6 (patch)
treec805049ad5c2b944a6ce5e4d414b7a5c0dff612e /x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-png.c
parentAdd an option to build the milter with SPF support. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-png.c')
-rw-r--r--x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-png.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-png.c b/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-png.c
deleted file mode 100644
index cca139d6b99a..000000000000
--- a/x11-toolkits/gtk30/files/patch-gdk-pixbuf_io-png.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- gdk-pixbuf/io-png.c.orig 2010-05-02 05:14:27.000000000 +0200
-+++ gdk-pixbuf/io-png.c 2010-05-15 17:30:35.000000000 +0200
-@@ -261,7 +261,11 @@ gdk_pixbuf__png_image_load (FILE *f, GEr
- gchar *icc_profile_base64;
- const gchar *icc_profile_title;
- const gchar *icc_profile;
-+#if defined(INT_MAX) && (INT_MAX > 0x7ffffffeL)
-+ guint icc_profile_size;
-+#else
- gulong icc_profile_size;
-+#endif
- guint32 retval;
- gint compression_type;
-
-@@ -607,7 +611,11 @@ png_info_callback (png_structp png_rea
- gchar *icc_profile_base64;
- const gchar *icc_profile_title;
- const gchar *icc_profile;
-+#if defined(INT_MAX) && (INT_MAX > 0x7ffffffeL)
-+ guint icc_profile_size;
-+#else
- gulong icc_profile_size;
-+#endif
- guint32 retval;
- gint compression_type;
-