Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gatt/files: gatt-0.6.0_gcc-4.3.patch
Date: Fri, 09 May 2008 20:17:37
Message-Id: E1JuZ26-0004Vo-JQ@stork.gentoo.org
1 opfer 08/05/09 20:17:34
2
3 Added: gatt-0.6.0_gcc-4.3.patch
4 Log:
5 extended DESCRIPTION, fixed a typo in a message and add patch for GCC 4.3, provided by Hanno Boeck by email
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-portage/gatt/files/gatt-0.6.0_gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/files/gatt-0.6.0_gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/files/gatt-0.6.0_gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: gatt-0.6.0_gcc-4.3.patch
15 ===================================================================
16 --- src/script_generator.cc.1 2008-05-03 20:48:54.000000000 +0200
17 +++ src/script_generator.cc 2008-05-03 20:49:11.000000000 +0200
18 @@ -22,6 +22,7 @@
19 #include "src/script_alike_file.h"
20 #include "src/util/util.h"
21 #include "src/logger.h"
22 +#include <string.h>
23 #include <sstream>
24 #include <unistd.h>
25 #include <libgen.h>
26 --- src/backup_system.cc.1 2008-05-03 20:48:18.000000000 +0200
27 +++ src/backup_system.cc 2008-05-03 20:48:28.000000000 +0200
28 @@ -17,6 +17,8 @@
29 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
30 */
31
32 +#include <string.h>
33 +
34 #include "backup_system.h"
35 #include "src/exceptions.h"
36 #include "src/logger.h"
37 --- src/exit_status.cc.1 2008-05-03 20:47:49.000000000 +0200
38 +++ src/exit_status.cc 2008-05-03 20:48:02.000000000 +0200
39 @@ -17,6 +17,8 @@
40 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
41 */
42
43 +#include <sys/wait.h>
44 +
45 #include "exit_status.h"
46 #include "src/exceptions.h"
47 using namespace std;
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list