diff options
author | Juergen Daubert <jue@jue.li> | 2021-06-14 10:09:02 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-06-14 10:09:02 +0200 |
commit | f4856388451078a1c5b18652095cec6a90134841 (patch) | |
tree | cbfa20c2fee41ad42fc909da242479bca842904a /vim | |
parent | f70c2d0141d7546cfaa79a3e5cef0afb9214a49b (diff) | |
download | core-f4856388451078a1c5b18652095cec6a90134841.tar.gz core-f4856388451078a1c5b18652095cec6a90134841.tar.xz |
vim: don't link against libcanberra
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.signature | 4 | ||||
-rw-r--r-- | vim/Pkgfile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/vim/.signature b/vim/.signature index 677f4a4b..fa723996 100644 --- a/vim/.signature +++ b/vim/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqv9GdL5zmmEgMUsNtN4vhmnxQxLZtLwmTN1IY7a7NrlHi12Mn4+OrdGzf7zovJG5Oo0gTgwNSnxGFYNsWJ3RMgE= -SHA256 (Pkgfile) = 8eb28be7f1d6a09f433583c5143096acc636ecf31928ee4d1db09e5408c92616 +RWRJc1FUaeVequQKUJNQl0OBcg4HF+v8lmW4JBKCvpBiAA0sVbSmzGoGkeqm6FLuxKdYL8uRrLzwTwwnBrzsZVoDTtP+9LQ88QI= +SHA256 (Pkgfile) = af4069949e93f5a152911c1a1f8c5be9172920eba2642b30448b95bd84e4c772 SHA256 (.footprint) = c19e952541bd66b98e8dfff363a1ef11c03004870f6c9a23ccf898f56a3d89fc SHA256 (vim-8.2.2953.tar.gz) = ff543895ca17d2029918d2c1a04c91b79b47471863f0b404c5bc0d6d9f3e80f5 diff --git a/vim/Pkgfile b/vim/Pkgfile index 438a07a8..01904296 100644 --- a/vim/Pkgfile +++ b/vim/Pkgfile @@ -5,7 +5,7 @@ name=vim version=8.2.2953 -release=1 +release=2 source=(https://github.com/vim/vim/archive/v${version}/$name-$version.tar.gz) build() { @@ -21,6 +21,7 @@ build() { --enable-multibyte \ --enable-cscope \ --disable-gpm \ + --disable-canberra \ --disable-nls make VIMRTDIR= |