Ports: Upgrade the vim port to build with more features :^)

Previously we were only able to build with --with-features=small.
Thanks to all the compatibility work done in the kernel and LibC over
the last couple of months, we can now build --with-features=normal.

It's not the biggest deal in the world, but it's pretty nice to see
this kind of progress!
This commit is contained in:
Andreas Kling 2019-11-17 21:02:28 +01:00
parent 9c35feb14c
commit 39190402e4

View file

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