]> git.pld-linux.org Git - packages/mono-debugger.git/blame - mono-debugger-termcap.patch
- converted to UTF-8
[packages/mono-debugger.git] / mono-debugger-termcap.patch
CommitLineData
d7ceffac 1diff -ruN mono-debugger-0.31./configure.in mono-debugger-0.31/configure.in
2--- mono-debugger-0.31./configure.in 2006-11-14 21:02:40.000000000 +0100
3+++ mono-debugger-0.31/configure.in 2006-11-22 20:58:48.340716055 +0100
4@@ -208,7 +208,7 @@
5 AC_SUBST(LIB_SUFFIX)
6
7 AC_CHECK_HEADERS(stddef.h string.h strings.h stdlib.h time.h unistd.h)
8-AC_CHECK_HEADERS(fcntl.h sys/file.h sys/time.h termcap.h termcap/termcap.h)
9+AC_CHECK_HEADERS(fcntl.h sys/file.h sys/time.h ncurses/termcap.h)
10 AC_HEADER_TIME
11 AC_HEADER_DIRENT
12 AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid)
13diff -ruN mono-debugger-0.31./acinclude.m4 mono-debugger-0.31/acinclude.m4
14--- mono-debugger-0.31./acinclude.m4 2006-11-14 21:02:40.000000000 +0100
15+++ mono-debugger-0.31/acinclude.m4 2006-11-22 21:08:59.870749358 +0100
16@@ -3,7 +3,7 @@
17
18 old_LIBS=$LIBS
19
20- LIBS="-ltermcap"
21+ LIBS="-ltinfo"
22 AC_TRY_LINK(,[tgetent();],[
23 READLINE_DEPLIBS=$LIBS
24 ],[
This page took 0.09426 seconds and 4 git commands to generate.