]> git.pld-linux.org Git - packages/xterm.git/blob - xterm-tinfo.patch
- up to 293
[packages/xterm.git] / xterm-tinfo.patch
1 --- xterm-274/aclocal.m4.orig   2011-09-04 23:20:20.000000000 +0200
2 +++ xterm-274/aclocal.m4        2011-09-11 21:19:33.004958498 +0200
3 @@ -621,10 +621,10 @@
4  cf_save_LIBS="$LIBS"
5  cf_cv_lib_tgetent=no
6  if test "$cf_full_tgetent" = yes ; then
7 -       cf_TERMLIB="otermcap termcap termlib ncurses curses"
8 +       cf_TERMLIB="tinfo ncurses curses otermcap termcap termlib"
9         cf_TERMTST="buffer[[0]] == 0"
10  else
11 -       cf_TERMLIB="termlib ncurses curses"
12 +       cf_TERMLIB="tinfo ncurses curses termlib"
13         cf_TERMTST="0"
14  fi
15  for cf_termlib in '' $cf_TERMLIB ; do
16 --- xterm-274/configure.orig    2011-09-04 23:37:17.000000000 +0200
17 +++ xterm-274/configure 2011-09-11 21:19:54.404959214 +0200
18 @@ -5600,10 +5600,10 @@
19  cf_save_LIBS="$LIBS"
20  cf_cv_lib_tgetent=no
21  if test "$cf_full_tgetent" = yes ; then
22 -       cf_TERMLIB="otermcap termcap termlib ncurses curses"
23 +       cf_TERMLIB="tinfo ncurses curses otermcap termcap termlib"
24         cf_TERMTST="buffer[0] == 0"
25  else
26 -       cf_TERMLIB="termlib ncurses curses"
27 +       cf_TERMLIB="tinfo ncurses curses termlib"
28         cf_TERMTST="0"
29  fi
30  for cf_termlib in '' $cf_TERMLIB ; do
This page took 0.028763 seconds and 3 git commands to generate.