1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-04 12:53:31 +02:00

Version bump for deadbeef

This commit is contained in:
2023-11-08 16:01:45 +01:00
parent 6da6cfe357
commit 8aaf047252
5 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
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