Files
packages/utils/vim/patches/010-no-msgfmt.patch
Rosen Penev dfbed2c9ea vim: update to 9.1
Fixes compilation with GCC15.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 48f3c800a7)
2025-07-18 11:36:20 +02: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)