diff options
Diffstat (limited to 'sci-biology/abyss/files/abyss-1.3.6-gcc-4.7.patch')
-rw-r--r-- | sci-biology/abyss/files/abyss-1.3.6-gcc-4.7.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-biology/abyss/files/abyss-1.3.6-gcc-4.7.patch b/sci-biology/abyss/files/abyss-1.3.6-gcc-4.7.patch new file mode 100644 index 000000000000..c2cc35c31d98 --- /dev/null +++ b/sci-biology/abyss/files/abyss-1.3.6-gcc-4.7.patch @@ -0,0 +1,15 @@ + ParseAligns/abyss-fixmate.cc | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/ParseAligns/abyss-fixmate.cc b/ParseAligns/abyss-fixmate.cc +index 1a169cf..36cc05b 100644 +--- a/ParseAligns/abyss-fixmate.cc ++++ b/ParseAligns/abyss-fixmate.cc +@@ -16,6 +16,7 @@ + #include <iterator> + #include <sstream> + #include <string> ++#include <unistd.h> + + using namespace std; + |