mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 13:35:12 +00:00
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:
parent
6fa104ffd3
commit
8bbec97824
Notes:
sideshowbarker
2024-07-19 08:54:24 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8bbec978246
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue