summaryrefslogtreecommitdiff
path: root/textproc/libxslt/patches/patch-ae
blob: ec4c300632e384f7537c45c09aa8402362fd8fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.3 2007/02/01 18:01:39 drochner Exp $

--- libexslt/date.c.orig	2007-02-01 14:03:55.000000000 +0100
+++ libexslt/date.c
@@ -30,6 +30,7 @@
 
 #if HAVE_LOCALTIME_R	/* _POSIX_SOURCE required by gnu libc */
 #define _POSIX_SOURCE
+#define _POSIX_C_SOURCE 199506L /* POSIX.1c */
 #endif
 
 #include <libxml/tree.h>