Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libevocosm/files: 3.3.0-gcc-4.3.patch
Date: Thu, 01 May 2008 00:36:12
Message-Id: E1JrMmP-0006OY-Ue@stork.gentoo.org
1 dev-zero 08/05/01 00:36:09
2
3 Added: 3.3.0-gcc-4.3.patch
4 Log:
5 Version bump (fixes gcc-4.3 compilation problems with a small patch, bug #214177).
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-libs/libevocosm/files/3.3.0-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevocosm/files/3.3.0-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libevocosm/files/3.3.0-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: 3.3.0-gcc-4.3.patch
15 ===================================================================
16 diff -Naur libevocosm-3.3.0.orig/libevocosm/roulette.cpp libevocosm-3.3.0/libevocosm/roulette.cpp
17 --- libevocosm-3.3.0.orig/libevocosm/roulette.cpp 2008-05-01 02:30:39.000000000 +0200
18 +++ libevocosm-3.3.0/libevocosm/roulette.cpp 2008-05-01 02:31:25.000000000 +0200
19 @@ -34,6 +34,7 @@
20
21 // Standard C++ Library
22 #include <stdexcept>
23 +#include <cstring>
24
25 // libevocosm
26 #include "validator.h"
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list