From 8bbec97824609f599933badd3b3265851581b1ae Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 4 Mar 2020 23:56:43 +0100 Subject: [PATCH] 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. --- Ports/vim/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/vim/package.sh b/Ports/vim/package.sh index d12190ac93..911899e613 100755 --- a/Ports/vim/package.sh +++ b/Ports/vim/package.sh @@ -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