diff options
author | Justin Lecher (jlec) <jlec@j-schmitz.net> | 2009-08-06 00:43:31 +0200 |
---|---|---|
committer | Justin Lecher (jlec) <jlec@j-schmitz.net> | 2009-08-06 00:43:31 +0200 |
commit | 4c768e6c262701fe2d752b6552c8929c90d8c40a (patch) | |
tree | 3466e8a534729f440d4dc016a8cc7fd5a262becc /sci-chemistry/coot/files | |
parent | where does *.seave come from (diff) | |
download | sci-4c768e6c262701fe2d752b6552c8929c90d8c40a.tar.gz sci-4c768e6c262701fe2d752b6552c8929c90d8c40a.tar.bz2 sci-4c768e6c262701fe2d752b6552c8929c90d8c40a.zip |
coot -- fixes for gcc4.4 and glibc-2.10
Diffstat (limited to 'sci-chemistry/coot/files')
-rw-r--r-- | sci-chemistry/coot/files/0.5.2-gcc-4.4.patch | 11 | ||||
-rw-r--r-- | sci-chemistry/coot/files/0.6_pre1-gcc4.4.patch | 11 | ||||
-rw-r--r-- | sci-chemistry/coot/files/9999-gcc4.4.patch | 10 |
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 |