* 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:
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 ]
|
||||
|
||||
13
debian/patches/092_implicit-g-fopen.patch
vendored
Normal file
13
debian/patches/092_implicit-g-fopen.patch
vendored
Normal 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>
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user