diff options
Diffstat (limited to 'mail/dovecot2/patches/patch-ah')
-rw-r--r-- | mail/dovecot2/patches/patch-ah | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/dovecot2/patches/patch-ah b/mail/dovecot2/patches/patch-ah deleted file mode 100644 index cc7008e3bab..00000000000 --- a/mail/dovecot2/patches/patch-ah +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ah,v 1.2 2010/12/03 21:21:11 ghen Exp $ - ---- src/lib/env-util.c.orig 2010-11-10 16:09:10.000000000 +0000 -+++ src/lib/env-util.c -@@ -59,7 +59,11 @@ void env_clean(void) - if (clearenv() < 0) - i_fatal("clearenv() failed"); - #else -+#ifdef __APPLE__ -+ char **environ = *_NSGetEnviron(); -+#else - extern char **environ; -+#endif - - /* Try to clear the environment. - |