summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/ghemical/files/ghemical-gcc43.patch')
-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) :
+