From 4d721a62d3e89565fec60fdbb6f42dc26c2f3bda Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Mon, 13 Mar 2017 22:29:42 +0200 Subject: [PATCH] vim: don't require gnu-gettext --- components/editor/vim/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/editor/vim/Makefile b/components/editor/vim/Makefile index 7d88a4f24..c184a672e 100644 --- a/components/editor/vim/Makefile +++ b/components/editor/vim/Makefile @@ -63,8 +63,6 @@ CFLAGS += -std=c99 -D_XOPEN_SOURCE=600 # Make sure we use a default perl CONFIGURE_ENV += vi_cv_path_perl=$(PERL) -# zh_CN.cp936.po has invalid characters which GNU msgfmt seems to be able to ignore. -CONFIGURE_ENV += MSGFMT=gmsgfmt CONFIGURE_ENV += SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH) CONFIGURE_OPTIONS += --with-features=huge -- 2.11.4.GIT