mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Build vim with -std=c17
C23 removed support for incomplete function prototypes.
This commit is contained in:
@@ -6,7 +6,7 @@ useconfigure="true"
|
||||
files=(
|
||||
"https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz#2a7ed006ba7c6af3210525606444a9c4bd45efb467e9df045eabc5a09bc428f9"
|
||||
)
|
||||
configopts=("--with-tlib=tinfo" "--with-features=huge")
|
||||
configopts=("--with-tlib=tinfo" "--with-features=huge" "CFLAGS=-std=c17")
|
||||
depends=("ncurses" "gettext")
|
||||
|
||||
export vim_cv_getcwd_broken=no
|
||||
|
||||
Reference in New Issue
Block a user