dev-libs/uulib: fix c23

ifdef PROTOTYPES is here, let's use it

Closes: https://bugs.gentoo.org/943841
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43896
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2025-09-22 14:16:46 +02:00
committed by Sam James
parent 604fae8f46
commit ab58b4fb42

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools
inherit autotools flag-o-matic
MY_P=uudeview-${PV}
@@ -26,6 +26,11 @@ src_prepare() {
eautoreconf
}
src_configure() {
append-cppflags -DPROTOTYPES # 943841
default
}
src_install() {
default
find "${D}" -name '*.la' -delete || die