gentoo-ebuilds/media-gfx/icoutils/files/icoutils-0.29.1-gettext.patch
Sam James 1ffec64146
media-gfx/icoutils: fix build (gettext, C23)
* 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>
2025-02-20 23:20:12 +00:00

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