aboutsummaryrefslogtreecommitdiffstats
path: root/main/wget/wget-1.14-texi2pod_error_perl518.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-21 08:37:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-21 09:43:54 +0000
commit6c2fb0dcea181e9d268e36fe5fa963951f02d852 (patch)
tree6293b564e217faca684fe57542ce09dee7810380 /main/wget/wget-1.14-texi2pod_error_perl518.patch
parentd35b4d1f387f6d2aa81c0b4f6e32b2adae4456ae (diff)
downloadaports-6c2fb0dcea181e9d268e36fe5fa963951f02d852.tar.bz2
aports-6c2fb0dcea181e9d268e36fe5fa963951f02d852.tar.xz
main/wget: fix building of documentation
Diffstat (limited to 'main/wget/wget-1.14-texi2pod_error_perl518.patch')
-rw-r--r--main/wget/wget-1.14-texi2pod_error_perl518.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/wget/wget-1.14-texi2pod_error_perl518.patch b/main/wget/wget-1.14-texi2pod_error_perl518.patch
new file mode 100644
index 0000000000..13427a05c4
--- /dev/null
+++ b/main/wget/wget-1.14-texi2pod_error_perl518.patch
@@ -0,0 +1,25 @@
+From 7f43748544f26008d0dd337704f02a6ed3200aaf Mon Sep 17 00:00:00 2001
+From: Dave Reisner <dreisner@archlinux.org>
+Date: Mon, 17 Jun 2013 23:31:46 +0530
+Subject: [PATCH] Fix error in texi2pod intriduced with Perl 5.18
+
+---
+ doc/texi2pod.pl | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletion(-)
+
+diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
+index 86c4b18..9db6de1 100755
+--- a/doc/texi2pod.pl
++++ b/doc/texi2pod.pl
+@@ -291,7 +291,7 @@ while(<$inf>) {
+ 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\&LT;$thing\&GT;\n";
+--
+1.8.1.4
+