aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/coot/files')
-rw-r--r--sci-chemistry/coot/files/0.5.2-gcc-4.4.patch11
-rw-r--r--sci-chemistry/coot/files/0.6_pre1-gcc4.4.patch11
-rw-r--r--sci-chemistry/coot/files/9999-gcc4.4.patch10
3 files changed, 32 insertions, 0 deletions
diff --git a/sci-chemistry/coot/files/0.5.2-gcc-4.4.patch b/sci-chemistry/coot/files/0.5.2-gcc-4.4.patch
new file mode 100644
index 000000000..d754a519c
--- /dev/null
+++ b/sci-chemistry/coot/files/0.5.2-gcc-4.4.patch
@@ -0,0 +1,11 @@
+--- coot-utils/coot-utils.cc 2008-12-10 01:22:01.000000000 +0100
++++ coot-utils/coot-utils.cc.new 2009-08-06 00:31:18.000000000 +0200
+@@ -47,7 +47,7 @@
+
+ #include "clipper/core/hkl_compute.h"
+ #include "coot-utils.hh"
+-
++#include <cstdio>
+
+
+ std::string
diff --git a/sci-chemistry/coot/files/0.6_pre1-gcc4.4.patch b/sci-chemistry/coot/files/0.6_pre1-gcc4.4.patch
new file mode 100644
index 000000000..d754a519c
--- /dev/null
+++ b/sci-chemistry/coot/files/0.6_pre1-gcc4.4.patch
@@ -0,0 +1,11 @@
+--- coot-utils/coot-utils.cc 2008-12-10 01:22:01.000000000 +0100
++++ coot-utils/coot-utils.cc.new 2009-08-06 00:31:18.000000000 +0200
+@@ -47,7 +47,7 @@
+
+ #include "clipper/core/hkl_compute.h"
+ #include "coot-utils.hh"
+-
++#include <cstdio>
+
+
+ std::string
diff --git a/sci-chemistry/coot/files/9999-gcc4.4.patch b/sci-chemistry/coot/files/9999-gcc4.4.patch
new file mode 100644
index 000000000..b7cd75662
--- /dev/null
+++ b/sci-chemistry/coot/files/9999-gcc4.4.patch
@@ -0,0 +1,10 @@
+--- coot-utils/coot-utils.cc 2009-08-06 00:02:51.000000000 +0200
++++ coot-utils/coot-utils.cc.new 2009-08-06 00:06:13.000000000 +0200
+@@ -25,6 +25,7 @@
+
+ #include <stdexcept> // for string_to_int.
+ #include <sstream> // ditto.
++#include <cstdio>
+
+ #include "coot-sysdep.h"
+ #if defined _MSC_VER