]> git.pld-linux.org Git - packages/mono-debugger.git/blob - mono-debugger-termcap.patch
- up to 2.8.1
[packages/mono-debugger.git] / mono-debugger-termcap.patch
1 diff -urN mono-debugger-2.6/configure.in mono-debugger-2.6.new//configure.in
2 --- mono-debugger-2.6/configure.in      2009-09-25 17:19:09.000000000 +0200
3 +++ mono-debugger-2.6.new//configure.in 2010-03-11 20:07:54.397473048 +0100
4 @@ -256,7 +256,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/user.h sys/file.h sys/time.h termcap.h termcap/termcap.h)
9 +AC_CHECK_HEADERS(fcntl.h sys/user.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)
This page took 0.154035 seconds and 3 git commands to generate.