diff options
Diffstat (limited to 'www/liferea/patches/patch-af')
-rw-r--r-- | www/liferea/patches/patch-af | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/liferea/patches/patch-af b/www/liferea/patches/patch-af index 443b133f873..1118cd71f81 100644 --- a/www/liferea/patches/patch-af +++ b/www/liferea/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1 2008/01/09 21:09:27 smb Exp $ +$NetBSD: patch-af,v 1.2 2008/01/16 19:53:24 smb Exp $ --- src/parsers/ns_dc.c.orig 2008-01-09 16:01:28.000000000 -0500 +++ src/parsers/ns_dc.c 2008-01-09 16:02:11.000000000 -0500 @@ -7,7 +7,7 @@ $NetBSD: patch-af,v 1.1 2008/01/09 21:09:27 smb Exp $ #endif -#define _XOPEN_SOURCE /* glibc2 needs this (man strptime) */ -+#define _XOPEN_SOURCE 4 /* glibc2 needs this (man strptime); NetBSD wants it to be 4 or higher */ ++#define _XOPEN_SOURCE 600 /* Set according to Opengroup standards */ #include "ns_dc.h" #include "conf.h" |