diff options
author | 2012-06-20 20:48:56 +0000 | |
---|---|---|
committer | 2012-06-20 20:48:56 +0000 | |
commit | 5c49999bdbadbef0486d4cc626db73c71609836f (patch) | |
tree | 044026ef15f5161ee41030daa46830938ff05e1d /sci-biology/abyss/files | |
parent | stable for amd64 wrt bug #422473 (diff) | |
download | gentoo-2-5c49999bdbadbef0486d4cc626db73c71609836f.tar.gz gentoo-2-5c49999bdbadbef0486d4cc626db73c71609836f.tar.bz2 gentoo-2-5c49999bdbadbef0486d4cc626db73c71609836f.zip |
sci-biology/abyss: Fix compilation with gcc-4.7, #422599; install docs inside /usr/share/doc/, #297205
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/abyss/files')
-rw-r--r-- | sci-biology/abyss/files/abyss-1.3.3-gcc-4.7.patch | 15 | ||||
-rw-r--r-- | sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch | 15 |
2 files changed, 30 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; + diff --git a/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch b/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch new file mode 100644 index 000000000000..c2cc35c31d98 --- /dev/null +++ b/sci-biology/abyss/files/abyss-1.3.4-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; + |