Bug#1126989: xlog: FTBFS with gettext 0.26
Santiago Vila <[email protected]>
| Newsgroups | gmane.linux.debian.devel.ham |
|---|---|
| Message-ID | <adq_8zgozOfq3kzy__3193.54067776061$1775943813$gmane$org@nuc> |
tags 1126989 patch thanks Hi. The attached patch works for me (but please double-check). Thanks.
xlog.txt
(text/plain, 1.1 KB)
commit 02468bb3afef36417c6ea2f8d1626ceb187d9063 Author: Santiago Vila <[email protected]> Date: Sat Apr 11 23:30:00 2026 +0200 Fix FTBFS with gettext 0.26. Closes: #1126989. diff --git a/debian/patches/gettext-0.26.patch b/debian/patches/gettext-0.26.patch new file mode 100644 index 0000000..7558323 --- /dev/null +++ b/debian/patches/gettext-0.26.patch @@ -0,0 +1,17 @@ +From: Santiago Vila <[email protected]> +Subject: Fix FTBFS with gettext 0.26 +Bug-Debian: https://bugs.debian.org/1126989 + +--- a/configure.ac ++++ b/configure.ac +@@ -49,8 +49,9 @@ + AC_SUBST(GETTEXT_PACKAGE) + dnl Add the languages which your application supports here. + ALL_LINGUAS="cs de es fr it nl pl pt sk sv" ++AC_CONFIG_MACRO_DIR([m4]) + AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION(0.18.3) ++AM_GNU_GETTEXT_VERSION([0.23]) + + AC_ARG_ENABLE(mime-update, + [ --enable-mime-update update the mime database], diff --git a/debian/patches/series b/debian/patches/series index e391a9e..0ee9e37 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ desktop.patch jquery.patch dxcc-cty-dat.patch fix-ftbfs-gcc15.patch +gettext-0.26.patch