mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Ports: Add missing dependency for vim
The vim port links against gettext when it's available so we should add it as a dependency in the package.sh script.
This commit is contained in:
parent
6e2d59b49f
commit
659c22e17e
Notes:
sideshowbarker
2024-07-18 18:20:38 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/659c22e17e2 Pull-request: https://github.com/SerenityOS/serenity/pull/7017
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ useconfigure="true"
|
|||
files="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz vim-v${version}.tar.gz 47613400943bbf3e110c38e8c4923b9e51c1d63d9774313820e1d9b4c4bb9e11"
|
||||
auth_type=sha256
|
||||
configopts="--with-tlib=tinfo --with-features=normal"
|
||||
depends="ncurses"
|
||||
depends="ncurses gettext"
|
||||
|
||||
export vim_cv_getcwd_broken=no
|
||||
export vim_cv_memmove_handles_overlap=yes
|
||||
|
|
Loading…
Reference in a new issue