Files
gentoo/sys-apps/man2html/files/man-1.6g-compress.patch
Sam James efc2b709bd sys-apps/man2html: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
2021-05-13 15:51:44 +02:00

18 lines
347 B
Diff

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