diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:20:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:20:22 +0000 |
commit | 0b743289fc32232ef4026a42f720186d8ae7c899 (patch) | |
tree | 1d1222f6f025fbba9f6a7bc42cf1bd0545242e55 /x11-toolkits/gtk30/files/patch-gtk_gtksignal.h | |
parent | Remove the last few gir-repository ports. They aren't used anywhere. (diff) |
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.
Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_gtksignal.h')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_gtksignal.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h b/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h deleted file mode 100644 index c687dec4009b..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_gtksignal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 |