From c35dedc5c7bf058e730f5bdefded812941032e7b Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Sun, 26 Apr 2026 13:42:01 +0300 Subject: [PATCH] net-p2p/amule: fix build on musl + c23 Closes: https://bugs.gentoo.org/945720 Signed-off-by: Alexander Tsoy Part-of: https://codeberg.org/gentoo/gentoo/pulls/748 Merges: https://codeberg.org/gentoo/gentoo/pulls/748 Signed-off-by: Sam James --- net-p2p/amule/amule-2.3.3-r8.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/amule/amule-2.3.3-r8.ebuild b/net-p2p/amule/amule-2.3.3-r8.ebuild index dccc25897f26f..e63c4c61e256a 100644 --- a/net-p2p/amule/amule-2.3.3-r8.ebuild +++ b/net-p2p/amule/amule-2.3.3-r8.ebuild @@ -78,6 +78,9 @@ src_configure() { use debug || append-cppflags -DwxDEBUG_LEVEL=0 append-cxxflags -std=gnu++14 + # Workaround for gettext-0.11.5 + # https://bugs.gentoo.org/945720 + append-cflags -std=gnu17 local myconf=( --with-denoise-level=0