summaryrefslogtreecommitdiffstats
path: root/system/ZoneMinder/patches/zm_build_fix.patch
diff options
context:
space:
mode:
author V'yacheslav Stetskevych2010-07-09 08:38:22 +0200
committer Robby Workman2010-07-10 09:17:47 +0200
commit6149f3636948188bbad6377fa1f4425591f6fe22 (patch)
tree924b5c6e6dadcaf8f33aaab84abf4211f4bfa828 /system/ZoneMinder/patches/zm_build_fix.patch
parent944d84608d9bf501dd16124307fcab77ee5d688d (diff)
downloadslackbuilds-6149f3636948188bbad6377fa1f4425591f6fe22.tar.gz
system/ZoneMinder: Added (security and surveillance solution)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/patches/zm_build_fix.patch')
-rw-r--r--system/ZoneMinder/patches/zm_build_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ZoneMinder/patches/zm_build_fix.patch b/system/ZoneMinder/patches/zm_build_fix.patch
new file mode 100644
index 0000000000..164a106893
--- /dev/null
+++ b/system/ZoneMinder/patches/zm_build_fix.patch
@@ -0,0 +1,11 @@
+diff -u -ru ZoneMinder-1.24.2-old//src/zm_utils.cpp ZoneMinder-1.24.2/src/zm_utils.cpp
+--- ZoneMinder-1.24.2-old//src/zm_utils.cpp 2010-06-03 01:34:27.981235559 +0300
++++ ZoneMinder-1.24.2/src/zm_utils.cpp 2010-06-03 01:44:52.108291327 +0300
+@@ -20,6 +20,7 @@
+ //#include "zm_debug.h"
+ #include "zm_utils.h"
+
++#include <cstdio>
+ #include <stdarg.h>
+
+ const std::string stringtf( const char *format, ... )