mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-p2p/amule: fix build on musl + c23
Closes: https://bugs.gentoo.org/945720 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Part-of: https://codeberg.org/gentoo/gentoo/pulls/748 Merges: https://codeberg.org/gentoo/gentoo/pulls/748 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
11b6a9e6fe
commit
c35dedc5c7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user