summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2020-04-25 12:26:11 +0200
committerMartin Väth <martin@mvath.de>2020-04-25 12:26:11 +0200
commit5c42e4a4d6187a3f49cd2008e84ec515291978de (patch)
treebb41c6c4b4685b8622eb4ab82e873d603d008dcb /sys-apps/man/files/man-1.6f-unicode.patch
parentapp-shells/zshrc-mv: Version bump (diff)
downloadmv-5c42e4a4d6187a3f49cd2008e84ec515291978de.tar.gz
mv-5c42e4a4d6187a3f49cd2008e84ec515291978de.tar.bz2
mv-5c42e4a4d6187a3f49cd2008e84ec515291978de.zip
sys-apps/man virtual/man: Add upate of version removed from gentoo repository
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'sys-apps/man/files/man-1.6f-unicode.patch')
-rw-r--r--sys-apps/man/files/man-1.6f-unicode.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-apps/man/files/man-1.6f-unicode.patch b/sys-apps/man/files/man-1.6f-unicode.patch
new file mode 100644
index 00000000..89d3821d
--- /dev/null
+++ b/sys-apps/man/files/man-1.6f-unicode.patch
@@ -0,0 +1,28 @@
+let the active locale work its magic
+
+http://bugs.gentoo.org/146315
+
+--- man-1.6f/configure
++++ man-1.6f/configure
+@@ -473,9 +473,9 @@
+ then
+ if test $Fnroff = "missing"
+ then
+- nroff="nroff -Tlatin1 -mandoc"
++ nroff="nroff -Tascii -c -mandoc"
+ else
+- nroff="$Fnroff -Tlatin1 -mandoc"
++ nroff="$Fnroff -mandoc"
+ fi
+ troff="troff -mandoc"
+ echo "Warning: could not find groff"
+@@ -484,7 +484,7 @@
+ then
+ nroff="$Fgroff -Tlatin1 -mandoc"
+ else
+- nroff="$Fnroff -Tlatin1 -mandoc"
++ nroff="$Fnroff -mandoc"
+ fi
+ troff="$Fgroff -Tps -mandoc"
+ jnroff="$Fgroff -Tnippon -mandocj"
+