summaryrefslogtreecommitdiff
path: root/mail/postfix/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix/patches/patch-ag')
-rw-r--r--mail/postfix/patches/patch-ag6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/patches/patch-ag b/mail/postfix/patches/patch-ag
index 39bbce1fbf4..125a486747f 100644
--- a/mail/postfix/patches/patch-ag
+++ b/mail/postfix/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.32 2011/11/07 15:36:07 taca Exp $
+$NetBSD: patch-ag,v 1.33 2012/02/27 03:01:30 taca Exp $
Only define HAS_DB if it hasn't been defined.
-Add support for NetBSD 5.x and DragonFly BSD.
+Add support for NetBSD 5.x, NetBSD 6.x and DragonFly BSD.
Handle closefrom() on FreeBSD.
--- src/util/sys_defs.h.orig 2011-11-02 23:46:22.000000000 +0000
@@ -12,7 +12,7 @@ Handle closefrom() on FreeBSD.
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
- || defined(NETBSD4) \
- || defined(EKKOBSD1)
-+ || defined(NETBSD4) || defined(NETBSD5) \
++ || defined(NETBSD4) || defined(NETBSD5) || defined(NETBSD6) \
+ || defined(EKKOBSD1) || defined(DRAGONFLY)
#define SUPPORTED
#include <sys/types.h>