Bug 196722 - app-shells/zsh-4.3.4: incorrect configure argument for ncurses
Bug#: 196722 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: maintainer-needed@gentoo.org Reported By: pipping@gentoo.org
Component: Ebuilds
URL: 
Summary: app-shells/zsh-4.3.4: incorrect configure argument for ncurses
Keywords:  
Status Whiteboard: 
Opened: 2007-10-22 17:27 0000
Description:   Opened: 2007-10-22 17:27 0000
% grep curses-terminfo *.ebuild
zsh-4.2.5.ebuild:               $(use_with ncurses curses-terminfo) \
zsh-4.2.6-r1.ebuild:            $(use_with ncurses curses-terminfo) \
zsh-4.3.2-r2.ebuild:            $(use_with ncurses curses-terminfo) \
zsh-4.3.4.ebuild:               --enable-curses-terminfo \

--with-curses-terminfo was incorrectly made into --enable-curses-terminfo in
version 4.3.4, although the configure script has not changed in that regard. as
a result, -ltermcap instead of -ncurses is linked against (which is probably
only an issue in prefix but still not intended)

------- Comment #1 From Torsten Veller 2007-12-04 16:20:47 0000 -------
Done. Thanks.