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/1846c7a35d1091d3b6140c56befd7fee0a91dcbb.patch | |
parent | b88738ef84bd060058fdb57b599bd18f88ee3c09 (diff) |
network/heimdal: Patched to fix build with texinfo-6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/heimdal/1846c7a35d1091d3b6140c56befd7fee0a91dcbb.patch')
-rw-r--r-- | network/heimdal/1846c7a35d1091d3b6140c56befd7fee0a91dcbb.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/network/heimdal/1846c7a35d1091d3b6140c56befd7fee0a91dcbb.patch b/network/heimdal/1846c7a35d1091d3b6140c56befd7fee0a91dcbb.patch new file mode 100644 index 0000000000000..835c1b1ff6c0d --- /dev/null +++ b/network/heimdal/1846c7a35d1091d3b6140c56befd7fee0a91dcbb.patch @@ -0,0 +1,29 @@ +From 1846c7a35d1091d3b6140c56befd7fee0a91dcbb Mon Sep 17 00:00:00 2001 +From: Love Hornquist Astrand <lha@h5l.org> +Date: Mon, 8 Apr 2013 10:15:15 -0700 +Subject: [PATCH] make @iftex case work in texinfo-5.1 + +--- + doc/whatis.texi | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/doc/whatis.texi b/doc/whatis.texi +index 8c1f45d..891e275 100644 +--- a/doc/whatis.texi ++++ b/doc/whatis.texi +@@ -35,10 +35,11 @@ services can authenticate each other. + @end macro + @end ifinfo + +-@tex +-@def@xsub#1{$_{#1}$} +-@global@let@sub=@xsub +-@end tex ++@iftex ++@macro sub{arg} ++@textsubscript{\arg\} ++@end macro ++@end iftex + + @ifhtml + @macro sub{arg} |