summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch')
-rw-r--r--meta/recipes-extended/man/man-1.6f/man-1.5m2-no-color-for-printing.patch11
1 files changed, 11 insertions, 0 deletions
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 @@
1--- man-1.5m2/configure.color 2006-09-16 18:27:37.000000000 +0200
2+++ man-1.5m2/configure 2006-09-16 18:28:44.000000000 +0200
3@@ -539,6 +539,8 @@
4 troff="$troff -c"
5 nroff="$nroff -c"
6 jnroff="$jnroff -c"
7+else
8+ troff="$troff -c"
9 fi
10
11 if [ x$default = x ]; then