]> git.pld-linux.org Git - packages/mono-debugger.git/blame - mono-debugger-termcap.patch
- updated for 2.6
[packages/mono-debugger.git] / mono-debugger-termcap.patch
CommitLineData
a31364a3
MB
1diff -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
d7ceffac 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 ],[
a31364a3
MB
13diff -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.082742 seconds and 4 git commands to generate.