File: fix-ftfbs-with-gettext-0.23.patch

package info (click to toggle)
galvani 0.38-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,956 kB
  • sloc: cpp: 7,612; makefile: 76; xml: 30
file content (17 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix FTBFS with gettext-0.23.x
Author: Santiago Vila <sanvila@debian.org>
Bug-Debian: https://bugs.debian.org/1092224
Last-Update: 2025-01-06

--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,8 @@
 GETTEXT_PACKAGE=galvani
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.21])