From: Felix Fietkau Date: Mon, 2 Jul 2018 14:59:45 +0000 (+0200) Subject: vim: disable darwin support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3b45e955420b2bd359fc51224aa9cbb8c274d2ff;p=feed%2Fpackages.git vim: disable darwin support Fixes build on Mac OS X hosts Signed-off-by: Felix Fietkau --- diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 2480c26572..1e4190454c 100644 --- a/utils/vim/Makefile +++ b/utils/vim/Makefile @@ -115,7 +115,8 @@ CONFIGURE_ARGS += \ --disable-gpm \ --disable-acl \ --with-tlib=ncurses \ - --with-compiledby="non-existent-hostname-compiled" + --with-compiledby="non-existent-hostname-compiled" \ + --disable-darwin CONFIGURE_VARS += \ vim_cv_getcwd_broken=no \