mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #14905 from neheb/vim
vim: fix compile with BUILD_NLS
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=vim
|
PKG_NAME:=vim
|
||||||
PKG_VERSION:=8.2
|
PKG_VERSION:=8.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
VIMVER:=82
|
VIMVER:=82
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
--- 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)
|
||||||
|
|
||||||
Reference in New Issue
Block a user