2007-08-30 01:26:44 +02:00
|
|
|
$NetBSD: patch-ae,v 1.4 2007/08/29 23:26:45 wiz Exp $
|
2007-02-01 19:01:39 +01:00
|
|
|
|
2007-08-30 01:26:44 +02:00
|
|
|
--- libexslt/date.c.orig 2007-08-23 08:20:52.000000000 -0400
|
2007-02-01 19:01:39 +01:00
|
|
|
+++ libexslt/date.c
|
2007-08-30 01:26:44 +02:00
|
|
|
@@ -31,6 +31,7 @@
|
2007-02-01 19:01:39 +01:00
|
|
|
#if HAVE_LOCALTIME_R /* _POSIX_SOURCE required by gnu libc */
|
2007-08-30 01:26:44 +02:00
|
|
|
#ifndef _AIX51 /* but on AIX we're not using gnu libc */
|
2007-02-01 19:01:39 +01:00
|
|
|
#define _POSIX_SOURCE
|
|
|
|
+#define _POSIX_C_SOURCE 199506L /* POSIX.1c */
|
|
|
|
#endif
|
2007-08-30 01:26:44 +02:00
|
|
|
#endif
|
2007-02-01 19:01:39 +01:00
|
|
|
|