mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
http://www.zoneminder.com/wiki/index.php/Change_History#Release_1.24.4_-_2011.2F05.2F30; . remove patches that were incorporated upstream; . add a patch to fix zm_stream.cpp (add one byte to the path length); [1] . add one more site to MASTER_SITES. Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com> (via email) [1]
10 lines
298 B
C++
10 lines
298 B
C++
--- src/zm_monitor.cpp.orig 2011-03-02 15:23:10.000000000 +0300
|
|
+++ src/zm_monitor.cpp 2011-05-05 18:31:35.028176099 +0400
|
|
@@ -45,6 +45,7 @@
|
|
#include <sys/mman.h>
|
|
#include <fcntl.h>
|
|
#else // ZM_MEM_MAPPED
|
|
+#include <unistd.h>
|
|
#include <sys/ipc.h>
|
|
#include <sys/shm.h>
|
|
#endif // ZM_MEM_MAPPED
|