From ded8b7c4e03314f05db7ac7f91eaee566f4fc4d7 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 12 Aug 2004 14:16:01 +0000 Subject: Fix build with gcc 3.4. --- .../files/patch-libegg::toolbar::eggtoolbar.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 www/screem-devel/files/patch-libegg::toolbar::eggtoolbar.c (limited to 'www/screem-devel') diff --git a/www/screem-devel/files/patch-libegg::toolbar::eggtoolbar.c b/www/screem-devel/files/patch-libegg::toolbar::eggtoolbar.c new file mode 100644 index 000000000000..84d7b815805b --- /dev/null +++ b/www/screem-devel/files/patch-libegg::toolbar::eggtoolbar.c @@ -0,0 +1,20 @@ +--- libegg/toolbar/eggtoolbar.c.orig Thu Aug 12 10:09:55 2004 ++++ libegg/toolbar/eggtoolbar.c Thu Aug 12 10:11:54 2004 +@@ -2534,7 +2534,7 @@ + + GtkWidget* + egg_toolbar_append_element (EggToolbar *toolbar, +- GtkToolbarChildType type, ++ EggToolbarChildType type, + GtkWidget *widget, + const char *text, + const char *tooltip_text, +@@ -2551,7 +2551,7 @@ + + GtkWidget * + egg_toolbar_prepend_element (EggToolbar *toolbar, +- GtkToolbarChildType type, ++ EggToolbarChildType type, + GtkWidget *widget, + const char *text, + const char *tooltip_text, -- cgit