summaryrefslogtreecommitdiff
path: root/sys-fs/rar2fs/files/rar2fs-1.29.1-no-compress-man.patch
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, 11 insertions, 0 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
new file mode 100644
index 000000000000..dac49db0e0fd
--- /dev/null
+++ b/sys-fs/rar2fs/files/rar2fs-1.29.1-no-compress-man.patch
@@ -0,0 +1,11 @@
+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)