Magellan Linux

Annotation of /trunk/man/patches/man-1.6f-unicode.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 535 - (hide annotations) (download)
Tue Mar 25 13:47:10 2008 UTC (16 years, 2 months ago) by niro
File size: 656 byte(s)
-new unicode fixups

1 niro 535 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