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
The following reply was made to PR pkg/57365; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/57365: shells/fish crash when CURSES_DEFAULT is ncurses
Date: Tue, 9 May 2023 23:20:42 +0000
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