summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man/man-1.5j-utf8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/man/man/man-1.5j-utf8.patch')
-rw-r--r--meta/recipes-extended/man/man/man-1.5j-utf8.patch61
1 files changed, 61 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man/man-1.5j-utf8.patch b/meta/recipes-extended/man/man/man-1.5j-utf8.patch
new file mode 100644
index 0000000000..33d3e4c974
--- /dev/null
+++ b/meta/recipes-extended/man/man/man-1.5j-utf8.patch
@@ -0,0 +1,61 @@
1Upstream-Status: Pending
2
3Signed-off-by: Scott Garman <scott.a.garman@intel.com>
4
5--- man-1.5j/configure.utf8 Thu Nov 22 15:02:35 2001
6+++ man-1.5j/configure Thu Nov 22 15:03:15 2001
7@@ -408,9 +408,9 @@
8 Fgawk=/bin/gawk
9 Fawk=/bin/gawk
10 Fmawk=missing
11- troff=""
12- nroff=""
13- jnroff=""
14+ troff=/usr/bin/troff
15+ nroff=/usr/bin/nroff
16+ jnroff=/usr/bin/nroff
17 eqn=""
18 neqn=""
19 jneqn=""
20@@ -453,6 +453,8 @@
21 done
22 done
23 Fgroff=/usr/bin/groff
24+ Fnroff=/usr/bin/nroff
25+ Fjnroff=/usr/bin/nroff
26 Fgeqn=/usr/bin/geqn
27 Fgtbl=/usr/bin/gtbl
28 Fcol=/usr/bin/col
29@@ -485,25 +487,25 @@
30 then
31 if test $Fnroff = "missing"
32 then
33- nroff="nroff -Tlatin1 -mandoc"
34+ nroff="nroff -Tutf8 -mandoc"
35 else
36- nroff="$Fnroff -Tlatin1 -mandoc"
37+ nroff="$Fnroff -Tutf8 -mandoc"
38 fi
39 troff="troff -mandoc"
40 echo "Warning: could not find groff"
41 else
42 if test $Fnroff = "missing"
43 then
44- nroff="$Fgroff -Tlatin1 -mandoc"
45+ nroff="$Fgroff -Tutf8 -mandoc"
46 else
47- nroff="$Fnroff -Tlatin1 -mandoc"
48+ nroff="$Fnroff -Tutf8 -mandoc"
49 fi
50 troff="$Fgroff -Tps -mandoc"
51- jnroff="$Fgroff -Tnippon -mandocj"
52+ jnroff="$Fjnroff -Tutf8 -mandocj"
53 fi
54 eqn="$Fgeqn -Tps"
55- neqn="$Fgeqn -Tlatin1"
56- jneqn="$Fgeqn -Tnippon"
57+ neqn="$Fgeqn -Tutf8"
58+ jneqn="$Fgeqn -Tutf8"
59 tbl="$Fgtbl"
60 col="$Fcol"
61 vgrind="$Fvgrind"