Ports: Build ncurses with --with-tlib=tinfo

This way it finds tgetent() from ncurses and things go back to working.
I'm not sure how this broke, or when, but meh.
This commit is contained in:
Andreas Kling 2020-03-04 23:56:43 +01:00
parent 6fa104ffd3
commit 8bbec97824
Notes: sideshowbarker 2024-07-19 08:54:24 +09:00

View file

@ -4,7 +4,7 @@ version=git
workdir=vim-master
useconfigure="true"
files="https://github.com/vim/vim/archive/master.tar.gz vim-git.tar.gz"
configopts="--with-tlib=ncurses --with-features=normal"
configopts="--with-tlib=tinfo --with-features=normal"
depends="ncurses"
export vim_cv_getcwd_broken=no