]> git.pld-linux.org Git - packages/zsh.git/blobdiff - zsh-tinfo.patch
- updated to 4.1.1 - removed files included into zsh
[packages/zsh.git] / zsh-tinfo.patch
index d9c0d0a42de5988a7f546a0ab57693f2241e0088..2dc7fc91dc00c28ce0d86294dfe64bc720892638 100644 (file)
@@ -1,6 +1,6 @@
---- zsh-4.0.2/zshconfig.ac~    Tue Jun 26 12:08:54 2001
-+++ zsh-4.0.2/zshconfig.ac     Fri Jun 29 07:54:12 2001
-@@ -547,15 +547,15 @@
+--- zsh-4.0.4/zshconfig.ac~    Thu Feb  7 22:39:06 2002
++++ zsh-4.0.4/zshconfig.ac     Thu Feb  7 22:45:04 2002
+@@ -567,15 +567,15 @@
  AC_ARG_WITH(curses-terminfo,
  [  --with-curses-terminfo     use terminfo support from curses library],
  [if test x$withval = xyes; then
 +  termcap_curses_order="tinfo termcap curses ncurses"
  fi],
  [case "$host_os" in
-   aix*|hpux10.*|hpux11.*|solaris*)
--      termcap_curses_order="curses ncurses termcap" ;;
+   hpux10.*|hpux11.*|solaris*)
+       termcap_curses_order="Hcurses curses ncurses termcap" ;;
 -  *)             termcap_curses_order="termcap curses ncurses" ;;
-+      termcap_curses_order="tinfo curses ncurses termcap" ;;
 +  *)             termcap_curses_order="tinfo termcap curses ncurses" ;;
  esac])dnl
  
This page took 0.027546 seconds and 4 git commands to generate.