summaryrefslogtreecommitdiff
path: root/mail/balsa/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa/patches/patch-af')
-rw-r--r--mail/balsa/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/balsa/patches/patch-af b/mail/balsa/patches/patch-af
new file mode 100644
index 00000000000..2908c5718f4
--- /dev/null
+++ b/mail/balsa/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/09/20 20:50:52 wiz Exp $
+
+--- src/filter-edit-callbacks.c.orig 2003-07-25 20:01:17.000000000 +0200
++++ src/filter-edit-callbacks.c 2003-07-25 20:01:30.000000000 +0200
+@@ -25,7 +25,7 @@
+
+ #include "config.h"
+
+-#define _XOPEN_SOURCE /* glibc2 needs this */
++#define _XOPEN_SOURCE 600 /* glibc2 needs this */
+ /* yellow dog has crappy libc and needs pthread.h to be included here */
+ #ifdef BALSA_USE_THREADS
+ # include <pthread.h>