Skip to content

Commit

Permalink
Ports: Build ncurses with --with-tlib=tinfo
Browse files Browse the repository at this point in the history
This way it finds tgetent() from ncurses and things go back to working.
I'm not sure how this broke, or when, but meh.
  • Loading branch information
awesomekling committed Mar 4, 2020
1 parent 6fa104f commit 8bbec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ports/vim/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bbec97

Please sign in to comment.