diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-04-13 23:21:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-04-16 08:20:02 +0700 |
commit | 6a54f86e7007dd756b18c178b85ca6b7a6ead7f0 (patch) | |
tree | f462322ce2bfa984febddf518311db998d5fae42 /network/heimdal/115f88a3e7901541a67964d41bbd2a1866cfc521.patch | |
parent | b88738ef84bd060058fdb57b599bd18f88ee3c09 (diff) | |
download | slackbuilds-6a54f86e7007dd756b18c178b85ca6b7a6ead7f0.tar.gz |
network/heimdal: Patched to fix build with texinfo-6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/heimdal/115f88a3e7901541a67964d41bbd2a1866cfc521.patch')
-rw-r--r-- | network/heimdal/115f88a3e7901541a67964d41bbd2a1866cfc521.patch | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/network/heimdal/115f88a3e7901541a67964d41bbd2a1866cfc521.patch b/network/heimdal/115f88a3e7901541a67964d41bbd2a1866cfc521.patch new file mode 100644 index 0000000000..5c00cb86b6 --- /dev/null +++ b/network/heimdal/115f88a3e7901541a67964d41bbd2a1866cfc521.patch @@ -0,0 +1,51 @@ +From 115f88a3e7901541a67964d41bbd2a1866cfc521 Mon Sep 17 00:00:00 2001 +From: Ken Dreyer <ktdreyer@ktdreyer.com> +Date: Thu, 8 Aug 2013 18:21:15 -0600 +Subject: [PATCH] more texinfo 5.1 hacks + +For hx509.texi, we need the copyright macros for both html and info. +Just remove the "ifhtml" conditionals. + +For whatis.texi, texinfo 5.1 inserts the sub{} macro inline with no +newlines, so there are errors about @html not being at the end of a +line, etc. +--- + doc/hx509.texi | 2 -- + doc/whatis.texi | 2 ++ + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/doc/hx509.texi b/doc/hx509.texi +index b44cbea..d050c21 100644 +--- a/doc/hx509.texi ++++ b/doc/hx509.texi +@@ -39,14 +39,12 @@ + @def@copyrightstart{} + @def@copyrightend{} + @end iftex +-@ifinfo + @macro copynext + @end macro + @macro copyrightstart + @end macro + @macro copyrightend + @end macro +-@end ifinfo + + @page + @copyrightstart +diff --git a/doc/whatis.texi b/doc/whatis.texi +index 891e275..7d83725 100644 +--- a/doc/whatis.texi ++++ b/doc/whatis.texi +@@ -43,9 +43,11 @@ services can authenticate each other. + + @ifhtml + @macro sub{arg} ++ + @html + <sub>\arg\</sub> + @end html ++ + @end macro + @end ifhtml + |