summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch')
-rw-r--r--meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch b/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch
new file mode 100644
index 0000000000..d84208390a
--- /dev/null
+++ b/meta/recipes-extended/man/man-1.6f/man-1.5m2-buildroot.patch
@@ -0,0 +1,48 @@
1--- ./configure.less 2003-12-11 19:18:15.000000000 +0100
2+++ ./configure 2003-12-11 19:20:03.000000000 +0100
3@@ -401,18 +401,13 @@
4
5 if test "$ans" = "false"
6 then
7- for i in more less cmp cat awk gawk mawk
8- do
9- eval F$i="missing"
10- for j in $DEFPATH
11- do
12- if test -f $j/$i
13- then
14- eval F$i=$j/$i
15- break
16- fi
17- done
18- done
19+ Fmore=/bin/more
20+ Fless=/usr/bin/less
21+ Fcmp=/usr/bin/cmp
22+ Fcat=/bin/cat
23+ Fgawk=/bin/gawk
24+ Fawk=/bin/gawk
25+ Fmawk=missing
26 troff=""
27 nroff=""
28 jnroff=""
29@@ -457,6 +452,19 @@
30 fi
31 done
32 done
33+ Fgroff=/usr/bin/groff
34+ Fgeqn=/usr/bin/geqn
35+ Fgtbl=/usr/bin/gtbl
36+ Fcol=/usr/bin/col
37+ Fgrefer=/usr/bin/grefer
38+ Fgpic=/usr/bin/gpic
39+ Fmore=/bin/more
40+ Fless=/usr/bin/less
41+ Fcmp=/usr/bin/cmp
42+ Fcat=/bin/cat
43+ Fgawk=/bin/gawk
44+
45+
46 for i in eqn tbl refer pic
47 do
48 if test `eval echo \\$Fg$i` = "missing"