mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4a2617de08
Zoneminder is an all-in-one GPL'd security and surveillance camera solution. Fully web-based system for viewing and analyzing security camera feeds. This version has H.264 support. WWW: http://www.zoneminder.com/ PR: 214564 Submitted by: Ivan <bsd@abinet.ru>
12 lines
301 B
C++
12 lines
301 B
C++
--- src/zm_local_camera.cpp.orig 2016-10-03 17:21:50 UTC
|
|
+++ src/zm_local_camera.cpp
|
|
@@ -33,7 +33,7 @@
|
|
#include <limits.h>
|
|
|
|
/* Workaround for GNU/kFreeBSD */
|
|
-#if defined(__FreeBSD_kernel__)
|
|
+#if defined(__FreeBSD_kernel__) || defined(__FreeBSD__)
|
|
#ifndef ENODATA
|
|
#define ENODATA ENOATTR
|
|
#endif
|