gentoo-ebuilds/media-sound/deadbeef/files/deadbeef-1.9.6-update-gettext.patch
Viorel Munteanu b36c9fee6f
media-sound/deadbeef: add 1.9.6_beta1
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-09-04 13:17:23 +03:00

17 lines
442 B
Diff

Update to a newer gettext to fix clang issues
See also: https://bugs.gentoo.org/908414
See also: https://github.com/gentoo/gentoo/pull/32491
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,8 @@ AC_SYS_LARGEFILE
dnl AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
AC_C_BIGENDIAN
-AM_GNU_GETTEXT
-AM_GNU_GETTEXT_VERSION([0.18])
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
PKG_PROG_PKG_CONFIG
AM_PROG_CC_C_O
AM_ICONV