diff options
author | davidovski <david@davidovski.xyz> | 2021-12-07 22:34:18 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-07 22:34:18 +0000 |
commit | 768ec5d23f25129359c576c496eff5ac5c4bdab1 (patch) | |
tree | bb639bd557580cd2692499cac0eace7d46da063c /repo/extra | |
parent | a165e222b282ed3436c914a4f031fbd0ec80d804 (diff) |
no canberra for vim
Diffstat (limited to 'repo/extra')
-rw-r--r-- | repo/extra/vim.xibuild | 2 |
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 } |