From 8494db74786307d44169bee4f21dc0efa1643f70 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 29 Dec 2010 22:32:25 -0800 Subject: man: updated to 1.6f, fixed patches Rebased patches for 1.6f: - lzma - modified for xz support - ro_usr & whatis2 fixed up Signed-off-by: Saul Wold --- .../man/man-1.6f/man-1.5m2-no-color-for-printing.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch (limited to 'meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch') diff --git a/meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch b/meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch new file mode 100644 index 0000000000..d1f810a442 --- /dev/null +++ b/meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch @@ -0,0 +1,11 @@ +--- man-1.5m2/configure.color 2006-09-16 18:27:37.000000000 +0200 ++++ man-1.5m2/configure 2006-09-16 18:28:44.000000000 +0200 +@@ -539,6 +539,8 @@ + troff="$troff -c" + nroff="$nroff -c" + jnroff="$jnroff -c" ++else ++ troff="$troff -c" + fi + + if [ x$default = x ]; then -- cgit v1.2.3-54-g00ecf