* debian/patches/092_implicit-g-fopen.patch:

+ Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
    architectures. Thanks to Dann Frazier for the patch (Closes: #470665).
This commit is contained in:
Sebastian Dröge
2008-03-12 17:53:58 +00:00
parent fe217d444e
commit 9cfc7d46e5
3 changed files with 22 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
gtk+2.0 (2.12.9-2) unstable; urgency=low
* debian/patches/092_implicit-g-fopen.patch:
+ Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
architectures. Thanks to Dann Frazier for the patch (Closes: #470665).
-- Sebastian Dröge <slomo@debian.org> Wed, 12 Mar 2008 18:52:53 +0100
gtk+2.0 (2.12.9-1) unstable; urgency=low
[ Josselin Mouette ]

View File

@ -0,0 +1,13 @@
Index: modules/printbackends/cups/gtkprintbackendcups.c
===================================================================
--- gtk+/modules/printbackends/cups/gtkprintbackendcups.c (Revision 19784)
+++ gtk+/modules/printbackends/cups/gtkprintbackendcups.c (Arbeitskopie)
@@ -36,6 +36,7 @@
#include <cairo-ps.h>
#include <glib/gi18n-lib.h>
+#include <glib/gstdio.h>
#include <gmodule.h>
#include <gtk/gtkprintoperation.h>

View File

@ -20,3 +20,4 @@
070_mandatory-relibtoolize.patch
091_workaround_no_gtk_init_incorrect_display.patch
095_gtk-im-module-setting.patch
092_implicit-g-fopen.patch