commit: 0d6a472f4c3a9d534eb821008102b557670eb864 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Tue Nov 25 22:16:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 28 03:02:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6a472f
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 <AT> 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 <AT> gentoo.org> dev-vcs/subversion/subversion-1.14.5-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.14.5-r3.ebuild b/dev-vcs/subversion/subversion-1.14.5-r3.ebuild index e3113c928be0..f4475cd2b583 100644 --- a/dev-vcs/subversion/subversion-1.14.5-r3.ebuild +++ b/dev-vcs/subversion/subversion-1.14.5-r3.ebuild @@ -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)
