On 26/02/2010 01:25, Geoff Wing wrote:
# cd pkgsrc/shells/zsh # rm patches/patch-ba patches/patch-bb
We still need a clean way of pulling in term.h in terminfo.c and termcap.h in termcap.c WITHOUT pulling in curses.h as NetBSD curses.h will conflict with zsh internals. Those patches fixed that, but configure picked up things from the ncurses curses.h header on dfly that are used in termcap/terminfo.
So in summary, curses.h needs to be pulled in for ncurses based systems but not for any other sysems, like NetBSD.
Thanks Roy