SOURCES: mono-debugger-termcap.patch (NEW) - kill termcap

wolf wolf at pld-linux.org
Wed Nov 22 21:52:37 CET 2006


Author: wolf                         Date: Wed Nov 22 20:52:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill termcap

---- Files affected:
SOURCES:
   mono-debugger-termcap.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mono-debugger-termcap.patch
diff -u /dev/null SOURCES/mono-debugger-termcap.patch:1.1
--- /dev/null	Wed Nov 22 21:52:37 2006
+++ SOURCES/mono-debugger-termcap.patch	Wed Nov 22 21:52:32 2006
@@ -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
+     ],[
================================================================


More information about the pld-cvs-commit mailing list