On Wed, Jan 27, 2021 at 08:49:26 -0800, Brian Buhrow wrote:

> 1.  How do I get pkgsrc/www/lynx to compile using -ncurses instead
> of the native curses library?  I tried setting various options in
> /etc/mk.conf, but it looks like it really wants to compile using the
> native curses library.  I tried changing options.mk in the pkgsrc
> directory, but I apparently don't fully understand the maze of
> pkgsrc Makefiles.

I'm not a pkgsrc expert, but I think

    make PREFER.curses=pkgsrc 

should nudge it to select ncursesw package.

-uwe

Reply via email to