packages/utils/vim/patches/010-no-msgfmt.patch
Rosen Penev d5ddc98cb6 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>
2021-02-27 01:40:26 -08:00

11 lines
300 B
Diff

--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -32,7 +32,7 @@ MSGMERGE = OLD_PO_FILE_INPUT=yes OLD_PO_
$(VIM) -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq $<
touch $@
-all: $(MOFILES) $(MOCONVERTED) $(MSGFMT_DESKTOP)
+all: $(MOFILES) $(MOCONVERTED)
check: $(CHECKFILES)