0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-13 16:04:50 +00:00
Files
packages/utils/vim/patches/010-no-msgfmt.patch
Rosen Penev 48f3c800a7 vim: update to 9.1
Fixes compilation with GCC15.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-07-12 13:21:07 +08:00

12 lines
281 B
Diff

--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -36,7 +36,7 @@ MSGMERGE = OLD_PO_FILE_INPUT=yes OLD_PO_
-c "if error == 0 | q | else | num 2 | cq | endif" $<
touch $@
-all: $(MOFILES) $(MOCONVERTED) $(MSGFMT_DESKTOP)
+all: $(MOFILES) $(MOCONVERTED)
check: $(CHECKFILES)