summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-12-07 22:34:18 +0000
committerdavidovski <david@davidovski.xyz>2021-12-07 22:34:18 +0000
commit768ec5d23f25129359c576c496eff5ac5c4bdab1 (patch)
treebb639bd557580cd2692499cac0eace7d46da063c /repo
parenta165e222b282ed3436c914a4f031fbd0ec80d804 (diff)
no canberra for vim
Diffstat (limited to 'repo')
-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 47ae85e..e0b1e03 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 --without-x
+ ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui --disable-xsmp --without-x -disable-canberra
make
make DESTDIR=$PKG_DEST install
}