dev-perl/Locale-gettext: default -> perl-module_src_compile

Fixes: 06b98b3544
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-13 18:33:42 +01:00
parent 06b98b3544
commit 10b772d350

View File

@@ -35,5 +35,5 @@ PATCHES=(
src_compile() {
# Makefile.PL cannot know we use libintl over system
[[ ${CHOST} == *-solaris* ]] && export LDLOADLIBS="-lintl"
default
perl-module_src_compile
}