summaryrefslogtreecommitdiff
path: root/mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch')
-rw-r--r--mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch b/mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch
deleted file mode 100644
index 41620929c61e..000000000000
--- a/mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Avoid installing into /no/.
-
-Signed-off-by: Lars Wendler (Polynomial-C) <polynomial-c@gentoo.org>
-X-Gentoo-Bug: 388383
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/388383
-
---- dcc-1.3.140/configure
-+++ dcc-1.3.140/configure
-@@ -3256,7 +3256,7 @@
- withval="$with_cgibin"
- :
- fi
--if test -n "$with_cgibin" -a "$with_cgi_bin" != no; then
-+if test -n "$with_cgibin" -a "$with_cgibin" != no; then
- cgibin="$with_cgibin"
- fi
-