pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/57365: shells/fish crash when CURSES_DEFAULT is ncurses



On Tue, Apr 18, 2023 at 11:00:01AM +0000, ci4ic4%gmail.com@localhost wrote:
 > +.if ${CURSES_DEFAULT} != "ncurses"
 >  LDFLAGS.NetBSD+=       -lterminfo
 > +.endif

This should be keyed to CURSES_TYPE (chosen by curses.bl3.mk) rather
than the default setting, since at least in theory the resolved type
might be different and that's the one we want.

...also it should be LIBS and not LDFLAGS :-)

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index