diff options
author | 2021-12-30 21:37:37 +0100 | |
---|---|---|
committer | 2021-12-30 21:37:37 +0100 | |
commit | b1c56b2b2e2c0551380e74411b27b88b91a38f3e (patch) | |
tree | 8476dfa4320124c44cb100f5c24ffd5e3ea9e170 /dev-tcltk/tkzinc/files | |
parent | dev-python/reportlab: Stabilize 3.6.3 sparc, #830323 (diff) | |
download | gentoo-b1c56b2b2e2c0551380e74411b27b88b91a38f3e.tar.gz gentoo-b1c56b2b2e2c0551380e74411b27b88b91a38f3e.tar.bz2 gentoo-b1c56b2b2e2c0551380e74411b27b88b91a38f3e.zip |
dev-tcltk/tkzinc: fix build of doc
Closes: https://bugs.gentoo.org/828121
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tkzinc/files')
-rw-r--r-- | dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch b/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch index 6b697a7bfd78..f89ab9ac8e0e 100644 --- a/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch +++ b/dev-tcltk/tkzinc/files/tkzinc-3.3.4-latex.patch @@ -1,12 +1,9 @@ - doc/refman.tex | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/doc/refman.tex b/doc/refman.tex -index b384e97..be88fde 100644 --- a/doc/refman.tex +++ b/doc/refman.tex -@@ -1,3 +1,4 @@ +@@ -1,4 +1,6 @@ +\RequirePackage{ifpdf} \documentclass[11pt,twoside,a4paper]{book} ++\usepackage [latin1]{inputenc} %---------------------------------------------------------------------- + % $Revision: 1.94 $ |