summaryrefslogtreecommitdiff
path: root/repo/extra/vim.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/extra/vim.xibuild')
-rw-r--r--repo/extra/vim.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/extra/vim.xibuild b/repo/extra/vim.xibuild
index a6e1baa..79b8467 100644
--- a/repo/extra/vim.xibuild
+++ b/repo/extra/vim.xibuild
@@ -7,7 +7,7 @@ DESC="Vi Improved"
build () {
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
- ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui
+ ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui --disable-xsmp
make
make DESTDIR=$PKG_DEST install
}