Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/monotone/files: monotone-0.45-gcc45.patch
Date: Tue, 27 Apr 2010 17:30:54
Message-Id: 20100427173047.7B8962C043@corvid.gentoo.org
1 ssuominen 10/04/27 17:30:47
2
3 Added: monotone-0.45-gcc45.patch
4 Log:
5 Fix building with GCC 4.5 wrt #317509 by Philipp.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-vcs/monotone/files/monotone-0.45-gcc45.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/files/monotone-0.45-gcc45.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-vcs/monotone/files/monotone-0.45-gcc45.patch?rev=1.1&content-type=text/plain
13
14 Index: monotone-0.45-gcc45.patch
15 ===================================================================
16 http://bugs.gentoo.org/show_bug.cgi?id=317509
17
18 --- selectors.cc
19 +++ selectors.cc
20 @@ -18,6 +18,7 @@
21 #include "cmd.hh"
22 #include "work.hh"
23 #include "transforms.hh"
24 +#include "roster.hh"
25
26 #include <algorithm>
27 #include <boost/tokenizer.hpp>