summaryrefslogtreecommitdiff
path: root/mail/maildrop/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/maildrop/patches/patch-ab')
-rw-r--r--mail/maildrop/patches/patch-ab31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/maildrop/patches/patch-ab b/mail/maildrop/patches/patch-ab
new file mode 100644
index 00000000000..fb5332ab018
--- /dev/null
+++ b/mail/maildrop/patches/patch-ab
@@ -0,0 +1,31 @@
+$NetBSD: patch-ab,v 1.1 2005/02/18 22:12:53 jlam Exp $
+
+--- maildrop/configure.orig 2004-10-30 23:15:52.000000000 -0400
++++ maildrop/configure
+@@ -22094,7 +22094,7 @@ fi
+ test "x$prefix" = xNONE && prefix=$ac_default_prefix
+ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+-if test -d $srcdir/../courier
++if true || test -d $srcdir/../courier
+ then
+ #
+ # This version of maildrop is integrated into Courier mail server
+@@ -22231,7 +22231,7 @@ SPOOLDIR="$DIR"
+
+ get_spooldir() {
+
+-if test -d $srcdir/../courier
++if true || test -d $srcdir/../courier
+ then
+ MBOX_RESET_GID=1
+ SPOOLDIR="./Maildir"
+@@ -22299,7 +22299,7 @@ if test "${with_default_maildrop+set}" =
+ else
+ # Courier defaults to ./Maildir
+
+- if test -d $srcdir/../courier
++ if true || test -d $srcdir/../courier
+ then
+ maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
+ fi