diff options
Diffstat (limited to 'sci-biology/abyss/files/abyss-1.3.3-gcc-4.7.patch')
-rw-r--r-- | sci-biology/abyss/files/abyss-1.3.3-gcc-4.7.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-biology/abyss/files/abyss-1.3.3-gcc-4.7.patch b/sci-biology/abyss/files/abyss-1.3.3-gcc-4.7.patch new file mode 100644 index 000000000000..42066f7f2152 --- /dev/null +++ b/sci-biology/abyss/files/abyss-1.3.3-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 506ea0c..a0a403c 100644 +--- a/ParseAligns/abyss-fixmate.cc ++++ b/ParseAligns/abyss-fixmate.cc +@@ -15,6 +15,7 @@ + #include <iterator> + #include <sstream> + #include <string> ++#include <unistd.h> + + using namespace std; + |