]> git.pld-linux.org Git - packages/mono-debugger.git/commitdiff
- kill termcap
authorwolf <wolf@pld-linux.org>
Wed, 22 Nov 2006 20:52:32 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-debugger-termcap.patch -> 1.1

mono-debugger-termcap.patch [new file with mode: 0644]

diff --git a/mono-debugger-termcap.patch b/mono-debugger-termcap.patch
new file mode 100644 (file)
index 0000000..535bebf
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ruN mono-debugger-0.31./configure.in mono-debugger-0.31/configure.in
+--- mono-debugger-0.31./configure.in   2006-11-14 21:02:40.000000000 +0100
++++ mono-debugger-0.31/configure.in    2006-11-22 20:58:48.340716055 +0100
+@@ -208,7 +208,7 @@
+ AC_SUBST(LIB_SUFFIX)
+ AC_CHECK_HEADERS(stddef.h string.h strings.h stdlib.h time.h unistd.h)
+-AC_CHECK_HEADERS(fcntl.h sys/file.h sys/time.h termcap.h termcap/termcap.h)
++AC_CHECK_HEADERS(fcntl.h sys/file.h sys/time.h ncurses/termcap.h)
+ AC_HEADER_TIME
+ AC_HEADER_DIRENT
+ AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid)
+diff -ruN mono-debugger-0.31./acinclude.m4 mono-debugger-0.31/acinclude.m4
+--- mono-debugger-0.31./acinclude.m4   2006-11-14 21:02:40.000000000 +0100
++++ mono-debugger-0.31/acinclude.m4    2006-11-22 21:08:59.870749358 +0100
+@@ -3,7 +3,7 @@
+     old_LIBS=$LIBS
+-    LIBS="-ltermcap"
++    LIBS="-ltinfo"
+     AC_TRY_LINK(,[tgetent();],[
+       READLINE_DEPLIBS=$LIBS
+     ],[
This page took 0.093841 seconds and 4 git commands to generate.