Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196722 - app-shells/zsh-4.3.4: incorrect configure argument for ncurses
Summary: app-shells/zsh-4.3.4: incorrect configure argument for ncurses
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-22 17:27 UTC by Elias Pipping (RETIRED)
Modified: 2007-12-04 16:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Pipping (RETIRED) gentoo-dev 2007-10-22 17:27:02 UTC
% 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 Torsten Veller (RETIRED) gentoo-dev 2007-12-04 16:20:47 UTC
Done. Thanks.