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

package info (click to toggle)
alpine 2.26%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,288 kB
  • sloc: ansic: 362,764; tcl: 26,297; sh: 4,910; javascript: 3,789; makefile: 1,933; perl: 159; python: 119; xml: 93; exp: 69; sed: 16; cpp: 7
file content (14 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix build with gettext 0.23
Author: Santiago Vila <sanvila@debian.org>

--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@
 
 dnl COMPILE-TIME OPTIONS
 
-AM_GNU_GETTEXT_VERSION([0.16.1])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
 AM_GNU_GETTEXT([external])
 
 dnl enable dmalloc per http://dmalloc.com