media-libs/babl: -native-symlinks fix without NM/READLINK in make.conf

Tested in an environment without the ~workaround of CC/CXX/NM/READLINK/…
set in make.conf

Fixes: 3e40484cf0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/236
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-03-07 05:16:15 +01:00
committed by Sam James
parent f21e8b729a
commit c4a00e85af
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ EAPI=8
VALA_USE_DEPEND=vapigen
inherit meson gnome2-utils vala
inherit meson gnome2-utils vala toolchain-funcs
if [[ ${PV} == *9999* ]]; then
inherit git-r3
@@ -44,6 +44,8 @@ src_prepare() {
}
src_configure() {
tc-export READELF NM
use vala && vala_setup
# Automagic rsvg support is just for website generation we do not call,

View File

@@ -5,7 +5,7 @@ EAPI=8
VALA_USE_DEPEND=vapigen
inherit meson gnome2-utils vala
inherit meson gnome2-utils vala toolchain-funcs
if [[ ${PV} == *9999* ]]; then
inherit git-r3
@@ -43,6 +43,8 @@ src_prepare() {
}
src_configure() {
tc-export READELF NM
use vala && vala_setup
# Automagic rsvg support is just for website generation we do not call,