summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/man/files/man-1.6g-compress.patch')
-rw-r--r--sys-apps/man/files/man-1.6g-compress.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-apps/man/files/man-1.6g-compress.patch b/sys-apps/man/files/man-1.6g-compress.patch
deleted file mode 100644
index 374d80730074..000000000000
--- a/sys-apps/man/files/man-1.6g-compress.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-allow selection of default cache compressor
-
-http://bugs.gentoo.org/205147
-
---- configure
-+++ 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?"