summaryrefslogtreecommitdiff
path: root/mail/milter-greylist/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/milter-greylist/patches/patch-ad')
-rw-r--r--mail/milter-greylist/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/milter-greylist/patches/patch-ad b/mail/milter-greylist/patches/patch-ad
new file mode 100644
index 00000000000..3ae69ee24f5
--- /dev/null
+++ b/mail/milter-greylist/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/10/11 09:49:59 tron Exp $
+
+--- configure.orig 2006-11-20 20:51:36.000000000 +0000
++++ configure 2007-10-11 10:37:03.000000000 +0100
+@@ -9031,7 +9031,7 @@
+ # Check whether --enable-dnsrbl or --disable-dnsrbl was given.
+ if test "${enable_dnsrbl+set}" = set; then
+ enableval="$enable_dnsrbl"
+- if test x$enableval = xyes -a $rdns = yes; then
++ if test $rdns = yes; then
+ CFLAGS=$CFLAGS" -DUSE_DNSRBL"
+ else
+ echo "--enable-dnsrbl used but DNS resolver is not thread safe";