summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2008-09-13 20:39:01 +0000
committerMichael Januszewski <spock@gentoo.org>2008-09-13 20:39:01 +0000
commitf99eb0ea21837d5e26dc09240377279777a8c0b3 (patch)
treec944826fccc0ff288cc514be5f75628d6a9929da /net-im/ekg/files
parent- make lua partially cross compile aware. More work might be needed (diff)
downloadgentoo-2-f99eb0ea21837d5e26dc09240377279777a8c0b3.tar.gz
gentoo-2-f99eb0ea21837d5e26dc09240377279777a8c0b3.tar.bz2
gentoo-2-f99eb0ea21837d5e26dc09240377279777a8c0b3.zip
Version bump.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'net-im/ekg/files')
-rw-r--r--net-im/ekg/files/ekg-1.8_rc1-gtkutil-button-decl.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-im/ekg/files/ekg-1.8_rc1-gtkutil-button-decl.patch b/net-im/ekg/files/ekg-1.8_rc1-gtkutil-button-decl.patch
new file mode 100644
index 000000000000..b3bac90416b3
--- /dev/null
+++ b/net-im/ekg/files/ekg-1.8_rc1-gtkutil-button-decl.patch
@@ -0,0 +1,9 @@
+diff -Naurp ekg-1.8rc1-orig/src/ui-gtk-chanview-tabs.c ekg-1.8rc1/src/ui-gtk-chanview-tabs.c
+--- ekg-1.8rc1-orig/src/ui-gtk-chanview-tabs.c 2008-09-13 22:33:25.000000000 +0200
++++ ekg-1.8rc1/src/ui-gtk-chanview-tabs.c 2008-09-13 22:33:48.000000000 +0200
+@@ -1,4 +1,5 @@
+ /* file included in chanview.c */
++GtkWidget *gtkutil_button(GtkWidget *box, char *stock, char *tip, void *callback, void *userdata, char *labeltext);
+
+ typedef struct {
+ GtkWidget *outer; /* outer box */