summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-12-07 22:26:08 +0000
committerdavidovski <david@davidovski.xyz>2021-12-07 22:26:08 +0000
commita165e222b282ed3436c914a4f031fbd0ec80d804 (patch)
treef49e40a5b3ef64df208a2f7a95aa5730fb9a7012
parenta14a0ef0ab3590f85dae1851d94128e2b541711c (diff)
added flag to vim --without-x
-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 79b8467..47ae85e 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 --disable-xsmp
+ ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui --disable-xsmp --without-x
make
make DESTDIR=$PKG_DEST install
}