dev-vcs/subversion: fix pkg-config

force ac_cv_path_PKG_CONFIG because AC_PATH_PROG wants an absolute name
otherwise.

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44794
Closes: https://github.com/gentoo/gentoo/pull/44794
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT 2025-11-25 23:16:53 +01:00 committed by Sam James
parent 75551ca336
commit 0d6a472f4c
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -8,8 +8,8 @@ GENTOO_DEPEND_ON_PERL="no"
PYTHON_COMPAT=( python3_{11..13} )
USE_RUBY="ruby31 ruby32 ruby33"
inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2
inherit libtool multilib multiprocessing perl-module prefix python-any-r1 ruby-single xdg-utils
inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool
inherit multilib multiprocessing perl-module prefix python-any-r1 ruby-single toolchain-funcs xdg-utils
MY_P="${P/_/-}"
DESCRIPTION="Advanced version control system"
@ -179,6 +179,7 @@ src_prepare() {
}
src_configure() {
export ac_cv_path_PKG_CONFIG="$(tc-getPKG_CONFIG)"
local myconf=(
--libdir="${EPREFIX}/usr/$(get_libdir)"
$(use_with apache2 apache-libexecdir)