summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-11-30 22:50:27 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-11-30 22:50:27 +0000
commit7074e849a045e6b9cc177a0a4c4429ac505eac67 (patch)
treea8f9fc2a63525868de50b400ea424d9a723d89ea /sci-chemistry/ghemical/files
parentVersion bump, bug #245962. (diff)
downloadhistorical-7074e849a045e6b9cc177a0a4c4429ac505eac67.tar.gz
historical-7074e849a045e6b9cc177a0a4c4429ac505eac67.tar.bz2
historical-7074e849a045e6b9cc177a0a4c4429ac505eac67.zip
Incorporating #includes to fix gcc4.3 issues.
Package-Manager: portage-2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r4 x86_64
Diffstat (limited to 'sci-chemistry/ghemical/files')
-rw-r--r--sci-chemistry/ghemical/files/ghemical-gcc43.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-chemistry/ghemical/files/ghemical-gcc43.patch b/sci-chemistry/ghemical/files/ghemical-gcc43.patch
new file mode 100644
index 000000000000..93557d48720c
--- /dev/null
+++ b/sci-chemistry/ghemical/files/ghemical-gcc43.patch
@@ -0,0 +1,14 @@
+--- src-orig/pangofont_wcl.cpp 2008-11-30 16:15:23.932475487 -0600
++++ src/pangofont_wcl.cpp 2008-11-30 16:16:09.620396370 -0600
+@@ -22,6 +22,10 @@
+
+ #include <gtk/gtkgl.h>
+
++#include <string.h>
++
++#include <cstdlib>
++using namespace std;
+ /*################################################################################################*/
+
+ pangofont_wcl::pangofont_wcl(ogl_camera * cam) :
+