Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/fluxbox/files/1.0.0: gcc-4.3.patch
Date: Thu, 28 Feb 2008 15:25:59
Message-Id: E1JUkdl-0003hf-U5@stork.gentoo.org
1 lack 08/02/28 15:25:45
2
3 Added: gcc-4.3.patch
4 Log:
5 Patch for gcc-4.3 compatibility, from bug #211675
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: gcc-4.3.patch
15 ===================================================================
16 --- fluxbox-1.0.0/src/main.cc
17 +++ fluxbox-1.0.0/src/main.cc
18 @@ -45,6 +45,12 @@
19 #include <stdlib.h>
20 #endif
21
22 +#ifdef HAVE_CSTRING
23 + #include <cstring>
24 +#else
25 + #include <string.h>
26 +#endif
27 +
28 #include <iostream>
29 #include <fstream>
30 #include <stdexcept>
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list