Current-Users archive

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

Re: Help with libcurses and lynx under NetBSD-9 and -current?



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


Home | Main Index | Thread Index | Old Index