summaryrefslogtreecommitdiff
path: root/chat/weechat/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-06-05 17:45:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-06-05 17:45:31 +0000
commit8fbdbf160e7254edccfdd95edf635edb0ac5ae81 (patch)
treeb035ccff05ffaf2ea9cc8572cb17c376d81ac9ca /chat/weechat/patches
parentc84c503629fcc6d6d009e38ba76b13900e5e1483 (diff)
downloadpkgsrc-8fbdbf160e7254edccfdd95edf635edb0ac5ae81.tar.gz
Initial import of weechat-0.0.6.
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client. Everything can be done with a keyboard, and it is customizable and extensible with scripts.
Diffstat (limited to 'chat/weechat/patches')
-rw-r--r--chat/weechat/patches/patch-aa12
-rw-r--r--chat/weechat/patches/patch-ab12
2 files changed, 24 insertions, 0 deletions
diff --git a/chat/weechat/patches/patch-aa b/chat/weechat/patches/patch-aa
new file mode 100644
index 00000000000..c058d6d569c
--- /dev/null
+++ b/chat/weechat/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $
+
+--- src/gui/gui-common.c.orig 2004-06-05 19:38:38.000000000 +0200
++++ src/gui/gui-common.c 2004-06-05 19:38:55.000000000 +0200
+@@ -24,6 +24,7 @@
+ #include "config.h"
+ #endif
+
++#include <stdarg.h> /* va_list */
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <unistd.h>
diff --git a/chat/weechat/patches/patch-ab b/chat/weechat/patches/patch-ab
new file mode 100644
index 00000000000..e03297924d1
--- /dev/null
+++ b/chat/weechat/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/06/05 17:45:32 xtraeme Exp $
+
+--- src/gui/curses/gui-display.c.orig 2004-06-05 19:39:35.000000000 +0200
++++ src/gui/curses/gui-display.c 2004-06-05 19:39:51.000000000 +0200
+@@ -24,6 +24,7 @@
+ #include "config.h"
+ #endif
+
++#include <stdarg.h> /* va_list */
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <unistd.h>