]> git.draconx.ca Git - gentoo-fixes.git/blob - sys-apps/man/files/man-1.6g-compress.patch
sys-apps/man: Fix borken Gentoo man-1.6g-echo-escape.patch
[gentoo-fixes.git] / sys-apps / man / files / man-1.6g-compress.patch
1 allow selection of default cache compressor
2
3 http://bugs.gentoo.org/205147
4
5 --- a/configure
6 +++ b/configure
7 @@ -1012,6 +1012,10 @@
8        done
9      done
10  
11 +    if [ x$COMPRESS != x ]; then
12 +      compress=$COMPRESS
13 +    fi
14 +
15      if [ x$default = x ]; then
16        echo ""
17        echo "What program should be used to compress the formatted pages?"