addedd gcc-4.4.0
[dottout.git] / x11-libs / gtk+ / files / gtk+-2.14.3-limit-gtksignal-includes.patch
blob3fe8cffd906ab11a12d09f8bec3f0f07c28670c7
1 http://bugzilla.gnome.org/show_bug.cgi?id=536767
3 Makes inkscape and claws-mail buildable again. Basically all packages still using
4 GtkCList and single included headers.
5 --- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400
6 +++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400
7 @@ -29,7 +29,9 @@
8 #ifndef __GTK_SIGNAL_H__
9 #define __GTK_SIGNAL_H__
11 -#include <gtk/gtk.h>
12 +#include <gtk/gtkenums.h>
13 +#include <gtk/gtktypeutils.h>
14 +#include <gtk/gtkobject.h>
15 #include <gtk/gtkmarshal.h>
17 G_BEGIN_DECLS