summaryrefslogtreecommitdiff
path: root/sys-apps/man2html/files/man-1.6g-compress.patch
blob: 4a5e84a785b1a6f5e6babfb2c87f692b71632e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
allow selection of default cache compressor

http://bugs.gentoo.org/205147

--- a/configure
+++ b/configure
@@ -1012,6 +1012,10 @@
       done
     done
 
+    if [ x$COMPRESS != x ]; then
+      compress=$COMPRESS
+    fi
+
     if [ x$default = x ]; then
       echo ""
       echo "What program should be used to compress the formatted pages?"