View | Details | Raw Unified | Return to bug 193685
Collapse All | Expand All

(-)tmux.vk/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
14
15
USES=		pkgconfig shebangfix
15
USES=		pkgconfig shebangfix ncurses
16
SHEBANG_FILES=	examples/tmux_backup.sh
16
SHEBANG_FILES=	examples/tmux_backup.sh
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
(-)tmux.vk/files/patch-configure (-4 / +13 lines)
Lines 1-8 Link Here
1
--- configure.bak	2013-03-26 21:08:51.000000000 +0100
1
--- configure.bak	2014-02-22 15:56:15.000000000 -0500
2
+++ configure	2014-01-28 10:49:58.000000000 +0100
2
+++ configure	2014-09-16 12:14:41.103867989 -0400
3
@@ -5635,6 +5635,28 @@
3
@@ -4975,7 +4975,7 @@
4
   return 0;
5
 }
6
 _ACEOF
7
-for ac_lib in '' terminfo curses ncurses tinfo; do
8
+for ac_lib in '' terminfo ncurses tinfo; do
9
   if test -z "$ac_lib"; then
10
     ac_res="none required"
11
   else
12
@@ -5692,6 +5692,28 @@
13
 	fi
4
 fi
14
 fi
5
 
6
 if test "x$found_strnvis" = xyes; then
15
 if test "x$found_strnvis" = xyes; then
7
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnvis is broken" >&5
16
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnvis is broken" >&5
8
+$as_echo_n "checking if strnvis is broken... " >&6; }
17
+$as_echo_n "checking if strnvis is broken... " >&6; }

Return to bug 193685