SOURCES: twin-ncursesw.patch (NEW) - twin didn't work without ncur...

witekfl witekfl at pld-linux.org
Mon Oct 1 21:59:04 CEST 2007


Author: witekfl                      Date: Mon Oct  1 19:59:04 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- twin didn't work without ncursesw, I mean: twin --hw=tty,termcap

---- Files affected:
SOURCES:
   twin-ncursesw.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/twin-ncursesw.patch
diff -u /dev/null SOURCES/twin-ncursesw.patch:1.1
--- /dev/null	Mon Oct  1 21:59:04 2007
+++ SOURCES/twin-ncursesw.patch	Mon Oct  1 21:58:59 2007
@@ -0,0 +1,11 @@
+--- twin-0.5.1/configure.in.old	2007-09-30 19:59:16.000000000 +0200
++++ twin-0.5.1/configure.in	2007-09-30 19:59:26.000000000 +0200
+@@ -440,7 +440,7 @@
+ 
+ LIBS=
+ 
+-AC_CHECK_LIB(termcap,tgetent,,AC_CHECK_LIB(ncurses,tgetent))
++AC_CHECK_LIB(termcap,tgetent,,AC_CHECK_LIB(ncursesw,tgetent))
+ 
+ LIBS=
+ 
================================================================


More information about the pld-cvs-commit mailing list