summaryrefslogtreecommitdiff
path: root/games/xboard/files/patch-texi2man
diff options
context:
space:
mode:
Diffstat (limited to 'games/xboard/files/patch-texi2man')
-rw-r--r--games/xboard/files/patch-texi2man13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xboard/files/patch-texi2man b/games/xboard/files/patch-texi2man
new file mode 100644
index 000000000000..fb9d687e29fd
--- /dev/null
+++ b/games/xboard/files/patch-texi2man
@@ -0,0 +1,13 @@
+--- texi2man.orig Fri Nov 28 22:34:53 2003
++++ texi2man Sat May 29 14:55:49 2004
+@@ -170,8 +170,8 @@
+
+ if (/\@include (.*)/) {
+ my $INCL;
+- open($INCL, $1) or open($INCL, "../$1") or die "$1: $!";
+- while (<$INCL>) {
++ open(INCL, $1) or open(INCL, "../$1") or die "$1: $!";
++ while (<INCL>) {
+ parse();
+ }
+ next;