summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gtk2/revert_64bit_fix.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:00:24 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 23:00:24 (GMT)
commit6471f8824f40b1285d2f017c9fcba86018f95198 (patch)
tree95453ab78654ed409bc31fbfe55fb7f89cdc8ea6 /abs/core-testing/gtk2/revert_64bit_fix.patch
parente8291e84a75d1370c3284ece8dd0744f8e563296 (diff)
downloadlinhes_pkgbuild-6471f8824f40b1285d2f017c9fcba86018f95198.zip
linhes_pkgbuild-6471f8824f40b1285d2f017c9fcba86018f95198.tar.gz
linhes_pkgbuild-6471f8824f40b1285d2f017c9fcba86018f95198.tar.bz2
gtk2:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/gtk2/revert_64bit_fix.patch')
-rw-r--r--abs/core-testing/gtk2/revert_64bit_fix.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/abs/core-testing/gtk2/revert_64bit_fix.patch b/abs/core-testing/gtk2/revert_64bit_fix.patch
new file mode 100644
index 0000000..a6453e3
--- /dev/null
+++ b/abs/core-testing/gtk2/revert_64bit_fix.patch
@@ -0,0 +1,31 @@
+From a0f23e1706b34bca6a65183040d1f1498cce2a50 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen@redhat.com>
+Date: Thu, 25 Mar 2010 04:55:15 +0000
+Subject: Fix a 64bit issue
+
+Thank you libpng, for typedef unsigned long png_uint_32.
+---
+diff --git a/gdk-pixbuf/io-png.c b/gdk-pixbuf/io-png.c
+index c0374ca..43db70a 100644
+--- a/gdk-pixbuf/io-png.c
++++ b/gdk-pixbuf/io-png.c
+@@ -261,7 +261,7 @@ gdk_pixbuf__png_image_load (FILE *f, GError **error)
+ gchar *icc_profile_base64;
+ const gchar *icc_profile_title;
+ const gchar *icc_profile;
+- guint icc_profile_size;
++ gulong icc_profile_size;
+ guint32 retval;
+ gint compression_type;
+
+@@ -607,7 +607,7 @@ png_info_callback (png_structp png_read_ptr,
+ gchar *icc_profile_base64;
+ const gchar *icc_profile_title;
+ const gchar *icc_profile;
+- guint icc_profile_size;
++ gulong icc_profile_size;
+ guint32 retval;
+ gint compression_type;
+
+--
+cgit v0.8.3.1