Bug#1126963: dynamite: FTBFS with gettext 0.26
Santiago Vila
sanvila at debian.org
Wed Apr 8 12:24:01 BST 2026
tags 1126963 patch
thanks
Hello. The attached patch works for me. Thanks.
-------------- next part --------------
commit f0b9ef541c39544bdad1c9b5dd75a86081f33ee9
Author: Santiago Vila <sanvila at debian.org>
Date: Wed Apr 8 13:15:00 2026 +0200
Fix FTBFS with gettext 0.26. Closes: #1126963.
diff --git a/debian/patches/gettext-0.26.patch b/debian/patches/gettext-0.26.patch
new file mode 100644
index 0000000..f5d9d9b
--- /dev/null
+++ b/debian/patches/gettext-0.26.patch
@@ -0,0 +1,15 @@
+From: Santiago Vila <sanvila at debian.org>
+Subject: Fix build with gettext 0.26
+Bug-Debian: https://bugs.debian.org/1126963
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,5 +1,8 @@
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT(lib/libdynamite.h)
++AC_CONFIG_MACRO_DIRS([m4])
++AM_GNU_GETTEXT([external])
++AM_GNU_GETTEXT_VERSION([0.23])
+
+ AC_CANONICAL_HOST
+ AC_CANONICAL_TARGET
diff --git a/debian/patches/series b/debian/patches/series
index be29c54..8eb26e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01_0.1.2-from-svn-r4010.patch
+gettext-0.26.patch
More information about the Pkg-games-devel
mailing list