]> git.draconx.ca Git - gentoo-fixes.git/blob - sys-apps/man/files/man-1.6f-unicode.patch
sys-apps/man: Fix borken Gentoo man-1.6g-echo-escape.patch
[gentoo-fixes.git] / sys-apps / man / files / man-1.6f-unicode.patch
1 let the active locale work its magic
2
3 http://bugs.gentoo.org/146315
4
5 --- man-1.6f/configure
6 +++ man-1.6f/configure
7 @@ -473,9 +473,9 @@
8    then
9      if test $Fnroff = "missing"
10      then
11 -      nroff="nroff -Tlatin1 -mandoc"
12 +      nroff="nroff -Tascii -c -mandoc"
13      else
14 -      nroff="$Fnroff -Tlatin1 -mandoc"
15 +      nroff="$Fnroff -mandoc"
16      fi
17      troff="troff -mandoc"
18      echo "Warning: could not find groff"
19 @@ -484,7 +484,7 @@
20      then
21        nroff="$Fgroff -Tlatin1 -mandoc"
22      else
23 -      nroff="$Fnroff -Tlatin1 -mandoc"
24 +      nroff="$Fnroff -mandoc"
25      fi
26      troff="$Fgroff -Tps -mandoc"
27      jnroff="$Fgroff -Tnippon -mandocj"
28