commit: 1742f529c67be4b230bdee11621e9eb7d16a5995 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Tue Jul 8 06:57:58 2025 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Tue Jul 8 06:58:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1742f529
media-radio/xwxapt: Fix build with >=sys-devel/gettext-0.25.1 Closes: https://bugs.gentoo.org/959639 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> media-radio/xwxapt/{xwxapt-3.4.3-r1.ebuild => xwxapt-3.4.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild b/media-radio/xwxapt/xwxapt-3.4.3-r2.ebuild similarity index 97% rename from media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild rename to media-radio/xwxapt/xwxapt-3.4.3-r2.ebuild index d6105ed2ce72..b2c6437ac99c 100644 --- a/media-radio/xwxapt/xwxapt-3.4.3-r1.ebuild +++ b/media-radio/xwxapt/xwxapt-3.4.3-r2.ebuild @@ -31,7 +31,7 @@ src_prepare() { default # bug 895356 sed -i -e "s/-D_FORTIFY_SOURCE=2//g" src/Makefile.am || die - eautoreconf + AT_M4DIR="m4" eautoreconf } src_install() {
