mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-vcs/subversion: fix build with >=dev-libs/libutf8proc-2.5.0
Closes: https://bugs.gentoo.org/721300 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -154,6 +154,9 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# https://bugs.gentoo.org/721300
|
||||
rm "${WORKDIR}"/patches/subversion-1.10.0_rc1-utf8proc_include.patch || die
|
||||
|
||||
eapply "${WORKDIR}/patches"
|
||||
eapply_user
|
||||
|
||||
@@ -260,6 +263,10 @@ src_configure() {
|
||||
export ac_cv_python_compile="$(tc-getCC)"
|
||||
fi
|
||||
|
||||
# Remove when >=dev-libs/libutf8proc-2.5.0 is stable
|
||||
# https://bugs.gentoo.org/721300
|
||||
append-cppflags -I"${EPREFIX}"/usr/include/libutf8proc
|
||||
|
||||
# allow overriding Python include directory
|
||||
ac_cv_path_RUBY=$(usex ruby "${EPREFIX}/usr/bin/ruby${RB_VER}" "none") \
|
||||
ac_cv_path_RDOC=$(usex ruby "${EPREFIX}/usr/bin/rdoc${RB_VER}" "none") \
|
||||
|
||||
Reference in New Issue
Block a user