Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/ctemplate/files: ctemplate-0.99-gcc-4.6.patch
Date: Fri, 29 Apr 2011 09:53:43
Message-Id: 20110429095334.988ED20057@flycatcher.gentoo.org
1 radhermit 11/04/29 09:53:34
2
3 Added: ctemplate-0.99-gcc-4.6.patch
4 Log:
5 Fix compile with gcc-4.6 (bug #363229).
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-cpp/ctemplate/files/ctemplate-0.99-gcc-4.6.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/ctemplate/files/ctemplate-0.99-gcc-4.6.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/ctemplate/files/ctemplate-0.99-gcc-4.6.patch?rev=1.1&content-type=text/plain
14
15 Index: ctemplate-0.99-gcc-4.6.patch
16 ===================================================================
17 --- ctemplate-0.99.orig/src/ctemplate/template_dictionary.h.in
18 +++ ctemplate-0.99/src/ctemplate/template_dictionary.h.in
19 @@ -54,6 +54,7 @@
20 #include <map>
21 #include <string>
22 #include <vector>
23 +#include <cstddef>
24 #include <ctemplate/template_dictionary_interface.h>
25 #include <ctemplate/template_string.h>
26 #include <ctemplate/template_modifiers.h>