diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-02-25 19:47:00 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-02-27 01:40:26 -0800 |
commit | d5ddc98cb6070b1dd412c13ffab87e43722bb80d (patch) | |
tree | 7bd1fa8be95d066bc901bf6b732d28c9166b7636 /utils/vim/Makefile | |
parent | 7b04bc285e44ec2c577e206be06684d72fdfd65e (diff) |
vim: fix compile with BUILD_NLS
Avoids having to use msgfmt, which happens to be broken with gettext-full.
msgfmt is used for the desktop gvim application, which is not used here.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/vim/Makefile')
-rw-r--r-- | utils/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vim/Makefile b/utils/vim/Makefile index adc3751a7..da2e37630 100644 --- a/utils/vim/Makefile +++ b/utils/vim/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vim PKG_VERSION:=8.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 VIMVER:=82 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |