Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
@@ -0,0 +1,16 @@
$NetBSD: patch-src_lib-ldap_ldap-private.h,v 1.1 2016/05/03 01:49:52 taca Exp $
Make sure to timeval structure is defined.
--- src/lib-ldap/ldap-private.h.orig 2016-04-26 13:01:21.000000000 +0000
+++ src/lib-ldap/ldap-private.h
@@ -3,6 +3,9 @@
#include "iostream-ssl.h"
#include "ldap-client.h"
+#if HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
#include <ldap.h>