From 2059bb4203c305967af02ea0f7e1ebd34787d18c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen <leah@vuxu.org> Date: Sun, 25 Sep 2022 15:31:34 +0200 Subject: [PATCH] subversion: rebuild for perl-5.36.0. --- srcpkgs/subversion/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template index 8ad17826494..18c35e3a213 100644 --- a/srcpkgs/subversion/template +++ b/srcpkgs/subversion/template @@ -4,7 +4,7 @@ # pkgname=subversion version=1.14.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-javahl --disable-static --config-cache --with-gnome-keyring --with-editor=vi --disable-mod-activation @@ -53,7 +53,9 @@ pre_configure() { cp "$XBPS_CROSS_BASE/usr/lib/perl5/core_perl/Config"*.p? $PERL5LIB cp "$XBPS_CROSS_BASE/usr/lib/perl5/core_perl/Errno.pm" $PERL5LIB vsed -e "s;archlibexp => '\(.*\)';archlibexp => '${XBPS_CROSS_BASE}\1';" \ - -i $PERL5LIB/Config.pm $PERL5LIB/Config_heavy.pl + -i $PERL5LIB/Config.pm + vsed -e "s;archlibexp='\(.*\)';archlibexp='${XBPS_CROSS_BASE}\1';" \ + -i $PERL5LIB/Config_heavy.pl else configure_args+=" --with-apxs" fi