summaryrefslogtreecommitdiff
path: root/package/weechat/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/weechat/patches')
-rw-r--r--package/weechat/patches/patch-src_gui_curses_Makefile_in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/weechat/patches/patch-src_gui_curses_Makefile_in b/package/weechat/patches/patch-src_gui_curses_Makefile_in
new file mode 100644
index 000000000..e73dd48b5
--- /dev/null
+++ b/package/weechat/patches/patch-src_gui_curses_Makefile_in
@@ -0,0 +1,12 @@
+$Id$
+--- weechat-0.1.8.orig/src/gui/curses/Makefile.in 2006-03-18 08:46:20.000000000 +0000
++++ weechat-0.1.8/src/gui/curses/Makefile.in 2007-02-15 21:56:21.000000000 +0000
+@@ -365,7 +365,7 @@ clean-binPROGRAMS:
+ done
+ weechat-curses$(EXEEXT): $(weechat_curses_OBJECTS) $(weechat_curses_DEPENDENCIES)
+ @rm -f weechat-curses$(EXEEXT)
+- $(LINK) $(weechat_curses_LDFLAGS) $(weechat_curses_OBJECTS) $(weechat_curses_LDADD) $(LIBS)
++ $(LINK) $(weechat_curses_LDFLAGS) $(weechat_curses_OBJECTS) $(weechat_curses_LDADD) $(LIBICONV) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)