diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6db6e5ffaad7..e406323213d1 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -19,6 +19,7 @@ USE_GITHUB= yes # Vim will try to link against libcanberra if it's installed CONFIGURE_ARGS= --disable-canberra \ + --disable-libsodium \ --enable-cscope \ --enable-gui=${GUI} \ --enable-multibyte \