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
commit2078a7d61d85779fa1253995337c8784d3dca7e0 (patch)
treef816c33124e78a0842e15c7945f98fa3e0383bd0 /net-im/ekg/files
parent- make lua partially cross compile aware. More work might be needed (diff)
downloadhistorical-2078a7d61d85779fa1253995337c8784d3dca7e0.tar.gz
historical-2078a7d61d85779fa1253995337c8784d3dca7e0.tar.bz2
historical-2078a7d61d85779fa1253995337c8784d3dca7e0.zip
Version bump.
Package-Manager: portage-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 */