Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-ab,v 1.7 2011/07/21 17:05:36 joerg Exp $
For localtime_r, safer than adjusting the _XOPEN_SOURCE earlier in the file.
--- libedataserver/e-time-utils.c.orig 2011-07-20 12:30:18.000000000 +0000
+++ libedataserver/e-time-utils.c
@@ -13,6 +13,7 @@
/* For tm_gmtoff */
#define _BSD_SOURCE
+#define _NETBSD_SOURCE
#include <time.h>
#include <sys/time.h>