diff options
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_misc.c')
-rw-r--r-- | mail/balsa/files/patch-libbalsa_misc.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-libbalsa_misc.c b/mail/balsa/files/patch-libbalsa_misc.c new file mode 100644 index 000000000..22af56e0e --- /dev/null +++ b/mail/balsa/files/patch-libbalsa_misc.c @@ -0,0 +1,12 @@ +--- libbalsa/misc.c.orig Fri Feb 18 18:05:54 2005 ++++ libbalsa/misc.c Sat Mar 19 14:44:04 2005 +@@ -23,7 +23,9 @@ + #include "config.h" + + #define _SVID_SOURCE 1 ++#ifndef __FreeBSD__ + #define _XOPEN_SOURCE 500 ++#endif + #include <ctype.h> + #include <dirent.h> + #include <errno.h> |