summaryrefslogtreecommitdiff
path: root/chat/weechat/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/weechat/patches/patch-ab')
-rw-r--r--chat/weechat/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/weechat/patches/patch-ab b/chat/weechat/patches/patch-ab
new file mode 100644
index 00000000000..4afeb03c0d8
--- /dev/null
+++ b/chat/weechat/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2008/12/18 20:27:47 ahoka Exp $
+
+--- src/gui/curses/gui-curses.h.orig 2008-12-18 21:17:01.000000000 +0100
++++ src/gui/curses/gui-curses.h
+@@ -21,6 +21,8 @@
+ #define __WEECHAT_GUI_CURSES_H 1
+
+ #ifdef HAVE_NCURSESW_CURSES_H
++#include <ncursesw/curses.h>
++#elif HAVE_NCURSESW_NCURSES_H
+ #include <ncursesw/ncurses.h>
+ #elif HAVE_NCURSES_H
+ #include <ncurses.h>