summaryrefslogtreecommitdiff
path: root/mail/balsa/patches/patch-ai
blob: e974e948ac611091cbd96f67e02e4ad9072508e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ai,v 1.1 2007/09/20 20:50:53 wiz Exp $

--- libbalsa/mailbox_mh.c.orig	2005-05-22 23:11:29.000000000 +0200
+++ libbalsa/mailbox_mh.c
@@ -26,6 +26,7 @@
 #define _XOPEN_SOURCE_EXTENDED 1
 /* to compile this on BSD/Darwin */
 #undef _POSIX_SOURCE
+#define _NETBSD_SOURCE 1
 
 #include <unistd.h>
 #include <fcntl.h>