automake: silence Perl 5.22 warning.
This commit is contained in:
parent
ff20f3afe0
commit
679558291b
11
srcpkgs/automake/patches/perl522.patch
Normal file
11
srcpkgs/automake/patches/perl522.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- bin/automake.in.orig
|
||||
+++ bin/automake.in
|
||||
@@ -3878,7 +3878,7 @@
|
||||
sub substitute_ac_subst_variables
|
||||
{
|
||||
my ($text) = @_;
|
||||
- $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
|
||||
+ $text =~ s/\$\{([^ \t=:+{}]+)\}/substitute_ac_subst_variables_worker ($1)/ge;
|
||||
return $text;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template build file for 'automake'.
|
||||
pkgname=automake
|
||||
version=1.15
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl autoconf"
|
||||
|
Loading…
Reference in New Issue
Block a user