From 3b45e955420b2bd359fc51224aa9cbb8c274d2ff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Jul 2018 16:59:45 +0200 Subject: [PATCH] vim: disable darwin support Fixes build on Mac OS X hosts Signed-off-by: Felix Fietkau --- utils/vim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 2480c2657..1e4190454 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 \