Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/ghemical/files: ghemical-gcc43.patch
Date: Sun, 30 Nov 2008 22:50:30
Message-Id: E1L6v7T-0002bQ-U6@stork.gentoo.org
1 je_fro 08/11/30 22:50:27
2
3 Added: ghemical-gcc43.patch
4 Log:
5 Incorporating #includes to fix gcc4.3 issues.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/ghemical/files/ghemical-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/files/ghemical-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/ghemical/files/ghemical-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: ghemical-gcc43.patch
15 ===================================================================
16 --- src-orig/pangofont_wcl.cpp 2008-11-30 16:15:23.932475487 -0600
17 +++ src/pangofont_wcl.cpp 2008-11-30 16:16:09.620396370 -0600
18 @@ -22,6 +22,10 @@
19
20 #include <gtk/gtkgl.h>
21
22 +#include <string.h>
23 +
24 +#include <cstdlib>
25 +using namespace std;
26 /*################################################################################################*/
27
28 pangofont_wcl::pangofont_wcl(ogl_camera * cam) :