summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/rar2fs/files/rar2fs-1.29.1-no-compress-man.patch')
-rw-r--r--sys-fs/rar2fs/files/rar2fs-1.29.1-no-compress-man.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-fs/rar2fs/files/rar2fs-1.29.1-no-compress-man.patch b/sys-fs/rar2fs/files/rar2fs-1.29.1-no-compress-man.patch
deleted file mode 100644
index dac49db0e0fd..000000000000
--- a/sys-fs/rar2fs/files/rar2fs-1.29.1-no-compress-man.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/m4/m4_ac_prog_gzip.m4 b/m4/m4_ac_prog_gzip.m4
-index 32ffc37..f5589bc 100644
---- a/m4/m4_ac_prog_gzip.m4
-+++ b/m4/m4_ac_prog_gzip.m4
-@@ -1,5 +1,5 @@
- AC_DEFUN([AC_PROG_GZIP],[
--AC_CHECK_PROGS(gzip,[gzip],no)
-+gzip="no"
- export gzip;
- AM_CONDITIONAL([HAVE_GZIP], [test x$gzip != xno])
- AC_SUBST(gzip)