Gentoo Archives: gentoo-commits

From: "Matteo Azzali (mattepiu)" <mattepiu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/basket/files: basket-1.0.2-gcc43.patch
Date: Wed, 30 Apr 2008 15:43:10
Message-Id: E1JrESa-0002yv-2B@stork.gentoo.org
1 mattepiu 08/04/30 15:43:08
2
3 Added: basket-1.0.2-gcc43.patch
4 Log:
5 Fixed metadata and added patch for gcc-4.3 as per bug 219807,
6 thanks to Peter Alfredsen.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.1 x11-misc/basket/files/basket-1.0.2-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/basket/files/basket-1.0.2-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/basket/files/basket-1.0.2-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: basket-1.0.2-gcc43.patch
16 ===================================================================
17 diff -Nrua basket-1.0.2.orig/src/backup.cpp basket-1.0.2/src/backup.cpp
18 --- basket-1.0.2.orig/src/backup.cpp 2007-04-12 13:39:18.000000000 +0200
19 +++ basket-1.0.2/src/backup.cpp 2007-05-29 15:20:47.000000000 +0200
20 @@ -43,6 +43,7 @@
21 #include <kfiledialog.h>
22 #include <kprogress.h>
23 #include <kmessagebox.h>
24 +#include <cstdlib>
25 #include <unistd.h> // usleep()
26
27 /**
28 diff -Nrua basket-1.0.2.orig/src/bnpview.cpp basket-1.0.2/src/bnpview.cpp
29 --- basket-1.0.2.orig/src/bnpview.cpp 2007-04-01 12:41:23.000000000 +0200
30 +++ basket-1.0.2/src/bnpview.cpp 2007-05-29 15:20:32.000000000 +0200
31 @@ -49,6 +49,7 @@
32 #include <kkeydialog.h>
33 #include <dcopclient.h>
34 #include <kdebug.h>
35 +#include <cstdlib>
36 #include <iostream>
37 #include "bnpview.h"
38 #include "basket.h"
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list