]> git.pld-linux.org Git - packages/zsh.git/blame - zsh-tinfo.patch
- release 3: adapterized and added using rpm new automation suit.
[packages/zsh.git] / zsh-tinfo.patch
CommitLineData
191b8359 1diff -Nru zsh-3.1.7.orig/configure.in zsh-3.1.7/configure.in
2--- zsh-3.1.7.orig/configure.in Wed May 31 14:57:54 2000
3+++ zsh-3.1.7/configure.in Wed May 31 15:01:33 2000
4@@ -515,8 +515,8 @@
5 dnl Prefer BSD termcap library to SysV curses library, except on certain
6 dnl versions of AIX and HP-UX.
7 case "$host_os" in
8- aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;;
9- *) termcap_curses_order="termcap curses ncurses" ;;
10+ aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap tinfo" ;;
11+ *) termcap_curses_order="termcap curses ncurses tinfo" ;;
12 esac
13
14 for lib in $termcap_curses_order; do
This page took 0.048686 seconds and 4 git commands to generate.