mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-17 04:32:52 +02:00
* Fix build w/ newer gettext (or automake?) * Fix build w/ C23 Closes: https://bugs.gentoo.org/880457 Cloess: https://bugs.gentoo.org/944240 Closes: https://bugs.gentoo.org/945881 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
352 B
Diff
13 lines
352 B
Diff
Index: icoutils-0.29.1/configure.ac
|
|
===================================================================
|
|
--- icoutils-0.29.1.orig/configure.ac
|
|
+++ icoutils-0.29.1/configure.ac
|
|
@@ -26,7 +26,7 @@ gl_INIT
|
|
|
|
# Gettext
|
|
AM_GNU_GETTEXT([external])
|
|
-# AM_GNU_GETTEXT_VERSION(0.14.1)
|
|
+AM_GNU_GETTEXT_VERSION(0.21)
|
|
|
|
# Checks for header files.
|
|
AC_HEADER_STDC
|