summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gtk2/revert_64bit_fix.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/gtk2/revert_64bit_fix.patch
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
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, 0 insertions, 31 deletions
diff --git a/abs/core-testing/gtk2/revert_64bit_fix.patch b/abs/core-testing/gtk2/revert_64bit_fix.patch
deleted file mode 100644
index a6453e3..0000000
--- a/abs/core-testing/gtk2/revert_64bit_fix.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-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