Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/zoneminder/files/1.24.2: zm_build_fix.patch
Date: Wed, 02 Jun 2010 23:09:20
Message-Id: 20100602230916.3131B2C3ED@corvid.gentoo.org
1 wired 10/06/02 23:09:16
2
3 Added: zm_build_fix.patch
4 Log:
5 zoneminder: fixed 1.24.2 build error
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-misc/zoneminder/files/1.24.2/zm_build_fix.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/zoneminder/files/1.24.2/zm_build_fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/zoneminder/files/1.24.2/zm_build_fix.patch?rev=1.1&content-type=text/plain
13
14 Index: zm_build_fix.patch
15 ===================================================================
16 diff -u -ru ZoneMinder-1.24.2-old//src/zm_utils.cpp ZoneMinder-1.24.2/src/zm_utils.cpp
17 --- ZoneMinder-1.24.2-old//src/zm_utils.cpp 2010-06-03 01:34:27.981235559 +0300
18 +++ ZoneMinder-1.24.2/src/zm_utils.cpp 2010-06-03 01:44:52.108291327 +0300
19 @@ -20,6 +20,7 @@
20 //#include "zm_debug.h"
21 #include "zm_utils.h"
22
23 +#include <cstdio>
24 #include <stdarg.h>
25
26 const std::string stringtf( const char *format, ... )