Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gatt/files: gatt-0.6.4-gcc44.patch
Date: Thu, 30 Jul 2009 11:47:07
Message-Id: E1MWU62-0007yq-MB@stork.gentoo.org
1 ssuominen 09/07/30 11:46:54
2
3 Added: gatt-0.6.4-gcc44.patch
4 Log:
5 Fix building with GCC 4.4 wrt #277659.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-portage/gatt/files/gatt-0.6.4-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/files/gatt-0.6.4-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/files/gatt-0.6.4-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: gatt-0.6.4-gcc44.patch
15 ===================================================================
16 diff -ur gatt-0.6.4.orig/src/backup_system.cc gatt-0.6.4/src/backup_system.cc
17 --- gatt-0.6.4.orig/src/backup_system.cc 2008-06-03 22:25:00.000000000 +0300
18 +++ gatt-0.6.4/src/backup_system.cc 2009-07-30 14:45:33.000000000 +0300
19 @@ -22,6 +22,7 @@
20 #include "src/logger.h"
21 #include "src/util/fs_and_io.h"
22 #include <errno.h>
23 +#include <cstdio>
24 #include <cstring>
25 using namespace std;
26 namespace lth = libthrowable;