Import of pkgsrc-2015Q2

This commit is contained in:
2016-01-21 23:41:46 +01:00
committed by sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions
@@ -1,16 +1,18 @@
$NetBSD: patch-src_zm_remote_camera_h,v 1.3 2013/04/29 21:31:13 joerg Exp $
$NetBSD: patch-src_zm_remote_camera_h,v 1.4 2015/04/05 08:51:08 dsainty Exp $
Declare sockaddr_in.
--- src/zm_remote_camera.h.orig 2009-06-02 07:59:26.000000000 +0000
+++ src/zm_remote_camera.h
@@ -22,8 +22,11 @@
--- src/zm_remote_camera.h.orig 2015-02-05 15:52:37.000000000 +1300
+++ src/zm_remote_camera.h 2015-04-01 17:56:10.736361360 +1300
@@ -23,10 +23,13 @@
#include "zm_camera.h"
#include "zm_rtsp_auth.h"
+#include <netinet/in.h>
+
#include <string>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
+#include <time.h>