diff options
author | dsainty <dsainty@pkgsrc.org> | 2013-03-15 02:01:46 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2013-03-15 02:01:46 +0000 |
commit | 7b999a73a6ece307e9b4d0b69ae12f5e9293607d (patch) | |
tree | e0ce89ce2870dc2db84ebf1b44aa2a2c01a381e9 /security/zoneminder/patches/patch-src_zm_remote_camera_h | |
parent | 8ba70d7b3ec1cdd5f29e0a208fd430534674a188 (diff) | |
download | pkgsrc-7b999a73a6ece307e9b4d0b69ae12f5e9293607d.tar.gz |
ZoneMinder version 1.25.0:
ZoneMinder is intended for use in single or multi-camera video security
applications, including commercial or home CCTV, theft prevention and child,
family member or home monitoring and other domestic care scenarios such as
nanny cam installations. It supports capture, analysis, recording, and
monitoring of video data coming from one or more video or network cameras
attached to a system. ZoneMinder also support web and semi-automatic control
of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use
as a DIY home video security system and for commercial or professional video
security and surveillance. It can also be integrated into a home automation
system via X.10 or other protocols.
Diffstat (limited to 'security/zoneminder/patches/patch-src_zm_remote_camera_h')
-rw-r--r-- | security/zoneminder/patches/patch-src_zm_remote_camera_h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/zoneminder/patches/patch-src_zm_remote_camera_h b/security/zoneminder/patches/patch-src_zm_remote_camera_h new file mode 100644 index 00000000000..38cc89851bf --- /dev/null +++ b/security/zoneminder/patches/patch-src_zm_remote_camera_h @@ -0,0 +1,15 @@ +$NetBSD: patch-src_zm_remote_camera_h,v 1.1 2013/03/15 02:01:47 dsainty Exp $ + +Declare sockaddr_in. + +--- src/zm_remote_camera.h.orig 2013-03-08 11:09:05.000000000 +1300 ++++ src/zm_remote_camera.h 2013-03-08 11:10:42.000000000 +1300 +@@ -22,6 +22,8 @@ + + #include "zm_camera.h" + ++#include <netinet/in.h> ++ + #include <string> + #include <netdb.h> + |