mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
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:
parent
75551ca336
commit
0d6a472f4c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user