Fix compilation of ftp/wget when perl 5.18 is installed.
Patch from upstream repo suggested by Anton Yuzhaninov <citrin@citrin.ru>. PR: ports/182159 Submitted by: Jeremy Chadwick <jdc@koitsu.org>
This commit is contained in:
parent
a0975d5bf6
commit
8eae7be17a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331489
1 changed files with 11 additions and 0 deletions
11
ftp/wget/files/patch-doc__texi2pod.pl
Normal file
11
ftp/wget/files/patch-doc__texi2pod.pl
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- doc/texi2pod.pl.orig 2013-10-24 16:59:55.000000000 +0300
|
||||
+++ doc/texi2pod.pl 2013-10-24 17:01:23.000000000 +0300
|
||||
@@ -291,7 +291,7 @@
|
||||
if (defined $1) {
|
||||
my $thing = $1;
|
||||
if ($ic =~ /\@asis/) {
|
||||
- $_ = "\n=item $thing\n";
|
||||
+ $_ = "\n=item C<$thing>\n";
|
||||
} else {
|
||||
# Entity escapes prevent munging by the <> processing below.
|
||||
$_ = "\n=item $ic\<$thing\>\n";
|
Loading…
Reference in a new issue