diff options
Diffstat (limited to 'sci-biology/mummer')
-rw-r--r-- | sci-biology/mummer/files/mummer-3.20-gcc43.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-biology/mummer/files/mummer-3.20-gcc43.patch b/sci-biology/mummer/files/mummer-3.20-gcc43.patch new file mode 100644 index 000000000000..4d3edb41e46a --- /dev/null +++ b/sci-biology/mummer/files/mummer-3.20-gcc43.patch @@ -0,0 +1,12 @@ +--- src/tigr/show-diff.cc.orig 2008-06-16 17:55:34.000000000 +0000 ++++ src/tigr/show-diff.cc 2008-06-16 17:56:25.000000000 +0000 +@@ -14,6 +14,8 @@ + #include <cstdlib> + #include <cassert> + #include <climits> ++#include <algorithm> ++ + using namespace std; + + + |