Author: hawk Date: Tue Oct 7 09:08:59 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix for packages using GtkCList, taken from gentoo
---- Files affected: SOURCES: gtk+2-limit-gtksignal-includes.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gtk+2-limit-gtksignal-includes.patch diff -u /dev/null SOURCES/gtk+2-limit-gtksignal-includes.patch:1.1 --- /dev/null Tue Oct 7 11:08:59 2008 +++ SOURCES/gtk+2-limit-gtksignal-includes.patch Tue Oct 7 11:08:53 2008 @@ -0,0 +1,17 @@ +http://bugzilla.gnome.org/show_bug.cgi?id=536767 + +Makes inkscape and claws-mail buildable again. Basically all packages still using +GtkCList and single included headers. +--- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400 ++++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400 +@@ -29,7 +29,9 @@ + #ifndef __GTK_SIGNAL_H__ + #define __GTK_SIGNAL_H__ + +-#include <gtk/gtk.h> ++#include <gtk/gtkenums.h> ++#include <gtk/gtktypeutils.h> ++#include <gtk/gtkobject.h> + #include <gtk/gtkmarshal.h> + + G_BEGIN_DECLS ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
