summaryrefslogtreecommitdiff
path: root/media-video/libav/files/libav-11.8-perl526.patch
blob: d9625c653dec2f6b7c929186d95b9d74f6a66f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN libav-11.8.orig/doc/texi2pod.pl libav-11.8/doc/texi2pod.pl
--- libav-11.8.orig/doc/texi2pod.pl	2016-09-06 18:09:14.000000000 +0200
+++ libav-11.8/doc/texi2pod.pl	2018-02-16 18:25:11.823113370 +0100
@@ -379,7 +379,7 @@
     # @* is also impossible in .pod; we discard it and any newline that
     # follows it.  Similarly, our macro @gol must be discarded.
 
-    s/\@anchor{(?:[^\}]*)\}//g;
+    s/\@anchor\{(?:[^\}]*)\}//g;
     s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
     s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
     s/;\s+\@pxref\{(?:[^\}]*)\}//g;