]> git.pld-linux.org Git - packages/mono-debugger.git/blob - mono-debugger-termcap.patch
- updated for 2.6
[packages/mono-debugger.git] / mono-debugger-termcap.patch
1 diff -urN mono-debugger-2.6/acinclude.m4 mono-debugger-2.6.new//acinclude.m4
2 --- mono-debugger-2.6/acinclude.m4      2009-09-25 17:19:09.000000000 +0200
3 +++ mono-debugger-2.6.new//acinclude.m4 2010-03-11 20:08:15.869988048 +0100
4 @@ -3,7 +3,7 @@
5  
6      old_LIBS=$LIBS
7  
8 -    LIBS="-ltermcap"
9 +    LIBS="-ltinfo"
10      AC_TRY_LINK(,[tgetent();],[
11         READLINE_DEPLIBS=$LIBS
12      ],[
13 diff -urN mono-debugger-2.6/configure.in mono-debugger-2.6.new//configure.in
14 --- mono-debugger-2.6/configure.in      2009-09-25 17:19:09.000000000 +0200
15 +++ mono-debugger-2.6.new//configure.in 2010-03-11 20:07:54.397473048 +0100
16 @@ -256,7 +256,7 @@
17  AC_SUBST(LIB_SUFFIX)
18  
19  AC_CHECK_HEADERS(stddef.h string.h strings.h stdlib.h time.h unistd.h)
20 -AC_CHECK_HEADERS(fcntl.h sys/user.h sys/file.h sys/time.h termcap.h termcap/termcap.h)
21 +AC_CHECK_HEADERS(fcntl.h sys/user.h sys/file.h sys/time.h ncurses/termcap.h)
22  AC_HEADER_TIME
23  AC_HEADER_DIRENT
24  AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid)
This page took 0.070005 seconds and 3 git commands to generate.