summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-02-07 18:16:12 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-02-07 18:16:12 +0000
commitcb4c332851396ffb8ff632f471515e8614e866e8 (patch)
tree0bbdf6bf79219c35561d327ca7c080e536cdc44b /sci-biology/snpfile/files
parentStable for HPPA (bug #244888). (diff)
downloadgentoo-2-cb4c332851396ffb8ff632f471515e8614e866e8.tar.gz
gentoo-2-cb4c332851396ffb8ff632f471515e8614e866e8.tar.bz2
gentoo-2-cb4c332851396ffb8ff632f471515e8614e866e8.zip
New package, ebuild written by me
Diffstat (limited to 'sci-biology/snpfile/files')
-rw-r--r--sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch b/sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch
new file mode 100644
index 000000000000..4c0ed46b4e6f
--- /dev/null
+++ b/sci-biology/snpfile/files/snpfile-2.0.0-gcc43.patch
@@ -0,0 +1,23 @@
+diff -dur snpfile-2.0.0-orig/matrix.hh snpfile-2.0.0/matrix.hh
+--- snpfile-2.0.0-orig/matrix.hh 2009-02-07 12:51:44.090353089 +0000
++++ snpfile-2.0.0/matrix.hh 2009-02-07 12:54:45.602853488 +0000
+@@ -29,6 +29,7 @@
+ #ifndef MATRIX_HH_INCLUDED
+ #define MATRIX_HH_INCLUDED
+
++#include <cstring>
+ #include <vector>
+ #include <set>
+ #include <algorithm>
+diff -dur snpfile-2.0.0-orig/metadata.hh snpfile-2.0.0/metadata.hh
+--- snpfile-2.0.0-orig/metadata.hh 2009-02-07 12:51:44.090353089 +0000
++++ snpfile-2.0.0/metadata.hh 2009-02-07 12:55:56.181360877 +0000
+@@ -27,7 +27,7 @@
+ #define METADATA_HH_INCLUDED
+
+ #include <stdexcept>
+-#include <string>
++#include <cstring>
+
+ /** \file
+ * \brief Declaration of metadata concepts.