]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- updated to 4.1.1
authorTomasz Pala <gotar@pld-linux.org>
Thu, 19 Jun 2003 14:21:42 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh-tinfo.patch -> 1.4

zsh-tinfo.patch

index a267264e6dc9dd84af0f73d09460efddfc6989a4..2dc7fc91dc00c28ce0d86294dfe64bc720892638 100644 (file)
@@ -1,6 +1,6 @@
 --- 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
-@@ -548,15 +548,15 @@
+@@ -567,15 +567,15 @@
  AC_ARG_WITH(curses-terminfo,
  [  --with-curses-terminfo     use terminfo support from curses library],
  [if test x$withval = xyes; then
@@ -13,7 +13,7 @@
  fi],
  [case "$host_os" in
    hpux10.*|hpux11.*|solaris*)
-       termcap_curses_order="curses ncurses termcap" ;;
+       termcap_curses_order="Hcurses curses ncurses termcap" ;;
 -  *)             termcap_curses_order="termcap curses ncurses" ;;
 +  *)             termcap_curses_order="tinfo termcap curses ncurses" ;;
  esac])dnl
This page took 0.03611 seconds and 4 git commands to generate.