diff options
Diffstat (limited to 'mail/balsa/patches/patch-ag')
-rw-r--r-- | mail/balsa/patches/patch-ag | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/mail/balsa/patches/patch-ag b/mail/balsa/patches/patch-ag index 8ec147a176e..72796803c55 100644 --- a/mail/balsa/patches/patch-ag +++ b/mail/balsa/patches/patch-ag @@ -1,13 +1,20 @@ -$NetBSD: patch-ag,v 1.5 2010/09/08 11:46:10 drochner Exp $ +$NetBSD: patch-ag,v 1.6 2012/12/25 21:07:13 joerg Exp $ --- libbalsa/imap/imap-handle.c.orig 2010-08-13 19:15:36.000000000 +0000 +++ libbalsa/imap/imap-handle.c -@@ -19,7 +19,7 @@ - #include "config.h" +@@ -16,11 +16,13 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + * 02111-1307, USA. + */ +-#include "config.h" #define _POSIX_C_SOURCE 199506L -#define _XOPEN_SOURCE 500 +#define _XOPEN_SOURCE 520 #define _BSD_SOURCE 1 ++#define _NETBSD_SOURCE ++ ++#include "config.h" #include <sys/types.h> + #include <sys/socket.h> |