You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/man2html/files/man-1.6g-compress.patch

18 lines
347 B

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?"