Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/aewm++/files: aewm++-1.1.5-gcc43.patch
Date: Sat, 03 May 2008 20:53:49
Message-Id: E1JsOjp-0002Jl-VC@stork.gentoo.org
1 drac 08/05/03 20:53:45
2
3 Added: aewm++-1.1.5-gcc43.patch
4 Log:
5 Version bump with GCC 4.3 patch wrt #220156, thanks to Peter Alfredsen.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 x11-wm/aewm++/files/aewm++-1.1.5-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/aewm++/files/aewm++-1.1.5-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/aewm++/files/aewm++-1.1.5-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: aewm++-1.1.5-gcc43.patch
15 ===================================================================
16 diff -ur aewm++-1.1.5.orig/client.cc aewm++-1.1.5/client.cc
17 --- aewm++-1.1.5.orig/client.cc 2005-05-23 06:06:01.000000000 +0300
18 +++ aewm++-1.1.5/client.cc 2008-05-03 23:50:02.000000000 +0300
19 @@ -6,6 +6,8 @@
20 */
21 #include "aewm.hh"
22
23 +#include <string.h>
24 +
25 Client::Client(Display *d, Window new_client)
26 {
27 initialize(d);
28 diff -ur aewm++-1.1.5.orig/main.cc aewm++-1.1.5/main.cc
29 --- aewm++-1.1.5.orig/main.cc 2005-02-12 05:38:32.000000000 +0200
30 +++ aewm++-1.1.5/main.cc 2008-05-03 23:50:02.000000000 +0300
31 @@ -6,6 +6,8 @@
32 */
33 #include "aewm.hh"
34
35 +#include <string.h>
36 +
37 // Dunno where I ripped this from. Kudos to the author whoever he is!
38 void forkExec(char *cmd)
39 {
40 diff -ur aewm++-1.1.5.orig/windowmanager.cc aewm++-1.1.5/windowmanager.cc
41 --- aewm++-1.1.5.orig/windowmanager.cc 2005-05-17 04:41:42.000000000 +0300
42 +++ aewm++-1.1.5/windowmanager.cc 2008-05-03 23:50:02.000000000 +0300
43 @@ -6,6 +6,8 @@
44 */
45 #include "aewm.hh"
46
47 +#include <string.h>
48 +
49 WindowManager* wm;
50
51 #define AEWM_KEY_ALT_COUNT 4
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list