Gentoo Archives: gentoo-commits

From: "Thomas Anderson (tanderson)" <tanderson@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libthrowable/files: libthrowable-1.1.0-gcc43.diff
Date: Sun, 27 Sep 2009 12:34:24
Message-Id: E1MrsxG-0004YD-0e@stork.gentoo.org
1 tanderson 09/09/27 12:34:18
2
3 Modified: libthrowable-1.1.0-gcc43.diff
4 Log:
5 Add gcc-4.3 patch for tests. Thanks to Dustin Polke for the report and initial patch.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff?r1=1.2&r2=1.3
14
15 Index: libthrowable-1.1.0-gcc43.diff
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libthrowable-1.1.0-gcc43.diff 6 Sep 2008 11:44:50 -0000 1.2
22 +++ libthrowable-1.1.0-gcc43.diff 27 Sep 2009 12:34:17 -0000 1.3
23 @@ -30,3 +30,13 @@
24 namespace libthrowable {
25 namespace internal {
26 namespace posix {
27 +--- libthrowable-1.1.0.orig/tests/t_libthrowable.cc.old 2009-06-30 16:19:43.000000000 +0200
28 ++++ libthrowable-1.1.0/tests/t_libthrowable.cc 2009-06-30 16:21:01.000000000 +0200
29 +@@ -23,6 +23,7 @@
30 + #include "libthrowable.h"
31 + #include "libthrowable/internal/internal.h"
32 + #include "libthrowable/streams.h"
33 ++#include <cstdlib>
34 + #include <iostream>
35 + #include <sstream>
36 + #ifdef HAVE_PTHREAD