summaryrefslogtreecommitdiff
path: root/chat/weechat/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'chat/weechat/patches/patch-ad')
-rw-r--r--chat/weechat/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/weechat/patches/patch-ad b/chat/weechat/patches/patch-ad
new file mode 100644
index 00000000000..374183cc5a5
--- /dev/null
+++ b/chat/weechat/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/01/10 13:05:33 joerg Exp $
+
+--- src/gui/curses/Makefile.in.orig 2006-01-10 12:58:12.000000000 +0000
++++ src/gui/curses/Makefile.in
+@@ -174,7 +174,7 @@ bin_PROGRAMS = weechat-curses
+ weechat_curses_LDADD = ../../common/lib_weechat_main.a \
+ ../../irc/lib_weechat_irc.a \
+ $(CURSES_LIBS) \
+- ../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS)
++ ../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS) $(LIBINTL)
+
+
+ weechat_curses_SOURCES = ../gui.h \