summaryrefslogtreecommitdiff
path: root/chat/weechat/patches
diff options
context:
space:
mode:
Diffstat (limited to 'chat/weechat/patches')
-rw-r--r--chat/weechat/patches/patch-aa12
-rw-r--r--chat/weechat/patches/patch-ab12
-rw-r--r--chat/weechat/patches/patch-ac30
-rw-r--r--chat/weechat/patches/patch-ad13
4 files changed, 0 insertions, 67 deletions
diff --git a/chat/weechat/patches/patch-aa b/chat/weechat/patches/patch-aa
deleted file mode 100644
index c058d6d569c..00000000000
--- a/chat/weechat/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$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
deleted file mode 100644
index e03297924d1..00000000000
--- a/chat/weechat/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$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>
diff --git a/chat/weechat/patches/patch-ac b/chat/weechat/patches/patch-ac
deleted file mode 100644
index f1ed9e42cf0..00000000000
--- a/chat/weechat/patches/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/05/24 15:50:26 rillig Exp $
-
---- configure.orig Sat Nov 6 18:42:55 2004
-+++ configure Sat Nov 6 18:43:15 2004
-@@ -7064,13 +7064,13 @@
-
-
- # Checks for libraries.
--echo "$as_me:$LINENO: checking for initscr in -lcurses" >&5
--echo $ECHO_N "checking for initscr in -lcurses... $ECHO_C" >&6
-+echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
-+echo $ECHO_N "checking for initscr in -lncurses... $ECHO_C" >&6
- if test "${ac_cv_lib_curses_initscr+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lcurses $LIBS"
-+LIBS="-lncurses $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -8467,7 +8467,7 @@
- echo "$as_me: error: Curses library not found! Install Curses library or run ./configure with --disable-curses parameter." >&2;}
- { (exit 1); exit 1; }; }
- fi
-- CURSES_LIBS="-lcurses"
-+ CURSES_LIBS="-lncurses"
-
- fi
-
diff --git a/chat/weechat/patches/patch-ad b/chat/weechat/patches/patch-ad
deleted file mode 100644
index 374183cc5a5..00000000000
--- a/chat/weechat/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$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 \