summaryrefslogtreecommitdiff
path: root/textproc/libxslt/files/patch-libexslt_date.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxslt/files/patch-libexslt_date.c')
-rw-r--r--textproc/libxslt/files/patch-libexslt_date.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/libxslt/files/patch-libexslt_date.c b/textproc/libxslt/files/patch-libexslt_date.c
deleted file mode 100644
index 6012e7eaf958..000000000000
--- a/textproc/libxslt/files/patch-libexslt_date.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libexslt/date.c.orig 2007-09-07 10:59:04.000000000 -0500
-+++ libexslt/date.c 2007-09-07 10:59:21.000000000 -0500
-@@ -28,7 +28,7 @@
- #include "config.h"
- #endif
-
--#if HAVE_LOCALTIME_R /* _POSIX_SOURCE required by gnu libc */
-+#if defined(HAVE_LOCALTIME_R) && defined(__GLIBC__) /* _POSIX_SOURCE required by gnu libc */
- #ifndef _AIX51 /* but on AIX we're not using gnu libc */
- #define _POSIX_SOURCE
- #endif