diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-26 03:09:26 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-26 03:09:26 +0800 |
commit | 31cd1552db304894a3009529e654b22ef4b719eb (patch) | |
tree | 6680354186af5e0ec98d37562e8f675271c29498 /math/maxima | |
parent | e541c2e2aa9e2402df6dd195c1897c6fe1b7724b (diff) | |
download | freebsd-ports-gnome-31cd1552db304894a3009529e654b22ef4b719eb.tar.gz freebsd-ports-gnome-31cd1552db304894a3009529e654b22ef4b719eb.tar.zst freebsd-ports-gnome-31cd1552db304894a3009529e654b22ef4b719eb.zip |
Fix build with texinfo 6.7
PR: 240976
Exp-run by: antoine
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi b/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi new file mode 100644 index 000000000000..8f86408bc038 --- /dev/null +++ b/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi @@ -0,0 +1,9 @@ +--- interfaces/emacs/imaxima/imaxima.texi.orig 2019-02-21 02:30:14 UTC ++++ interfaces/emacs/imaxima/imaxima.texi +@@ -1,5 +1,6 @@ + \input texinfo @c -*-texinfo-*- + @c %**start of header ++@documentencoding ISO-8859-1 + @setfilename imaxima.info + @settitle Imaxima Manual + @paragraphindent 0 |