aboutsummaryrefslogtreecommitdiff
path: root/extra/yash/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-04 22:45:14 +0300
committerCem Keylan <cem@ckyln.com>2021-05-04 22:45:14 +0300
commit4585a016fb5c287f8bb58efcfb7dc05439de5819 (patch)
tree84921e8d291c1c3d883d925e01635c4e47690dec /extra/yash/build
parent196c7ef6f49601e7a0fb68d70a8cfba801baea29 (diff)
downloadrepository-4585a016fb5c287f8bb58efcfb7dc05439de5819.tar.gz
yash: completion changes
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-xextra/yash/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yash/build b/extra/yash/build
index b70f863b..d01449fa 100755
--- a/extra/yash/build
+++ b/extra/yash/build
@@ -2,6 +2,8 @@
export LDFLAGS="$LDFLAGS -static"
+patch -p1 < neatvi-completion.patch
+
./configure \
--prefix=/usr \
--enable-help \