forked from Bananymous/banan-os
ports/vim: Fix compilation on new toolchain
This commit is contained in:
parent
3af9830a2e
commit
ac9dbd24e4
|
@ -15,6 +15,7 @@ CONFIGURE_OPTIONS=(
|
||||||
'vim_cv_getcwd_broken=no'
|
'vim_cv_getcwd_broken=no'
|
||||||
'vim_cv_stat_ignores_slash=yes'
|
'vim_cv_stat_ignores_slash=yes'
|
||||||
'vim_cv_memmove_handles_overlap=yes'
|
'vim_cv_memmove_handles_overlap=yes'
|
||||||
|
'CFLAGS=-Wno-incompatible-pointer-types'
|
||||||
)
|
)
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
|
|
Loading…
Reference in New Issue