Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/sparsehash/files: 1.10-gcc46.patch
Date: Thu, 28 Apr 2011 13:33:24
Message-Id: 20110428133314.C9D7120057@flycatcher.gentoo.org
1 jlec 11/04/28 13:33:14
2
3 Added: 1.10-gcc46.patch
4 Log:
5 Fix for gcc46, Some cleanup QA of the ebuilds
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-cpp/sparsehash/files/1.10-gcc46.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/files/1.10-gcc46.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/files/1.10-gcc46.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.10-gcc46.patch
16 ===================================================================
17 src/google/sparsetable | 2 ++
18 1 files changed, 2 insertions(+), 0 deletions(-)
19
20 diff --git a/src/google/sparsetable b/src/google/sparsetable
21 index 0eeb22e..e8580b9 100644
22 --- a/src/google/sparsetable
23 +++ b/src/google/sparsetable
24 @@ -83,6 +83,8 @@
25 #endif
26 #endif
27
28 +#include <cstddef>
29 +
30 _START_GOOGLE_NAMESPACE_
31
32 #ifndef HAVE_U_INT16_T