projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03e32c
)
vim: disable darwin support
author
Felix Fietkau
<nbd@nbd.name>
Mon, 2 Jul 2018 14:59:45 +0000
(16:59 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 2 Jul 2018 15:00:44 +0000
(17:00 +0200)
Fixes build on Mac OS X hosts
Signed-off-by: Felix Fietkau <nbd@nbd.name>
utils/vim/Makefile
patch
|
blob
|
history
diff --git
a/utils/vim/Makefile
b/utils/vim/Makefile
index 2480c26572c98a324b7dcb11672eef88a5d26ca0..1e4190454c0ca041e1887f7c58425ed96d072eb4 100644
(file)
--- 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 \