diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-04-13 20:27:45 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-04-13 20:27:45 +0000 |
commit | 253431a5372d07a959afc77e0424e47ed5b4a81e (patch) | |
tree | 120a5de47656a613d89f8a5c26a5c5b178dfe746 /sci-libs/qd/files | |
parent | Add patch, fix bug #266029. (diff) | |
download | gentoo-2-253431a5372d07a959afc77e0424e47ed5b4a81e.tar.gz gentoo-2-253431a5372d07a959afc77e0424e47ed5b4a81e.tar.bz2 gentoo-2-253431a5372d07a959afc77e0424e47ed5b4a81e.zip |
Initial import
(Portage version: 2.2_rc29/cvs/Linux i686)
Diffstat (limited to 'sci-libs/qd/files')
-rw-r--r-- | sci-libs/qd/files/qd-2.3.7-test.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-libs/qd/files/qd-2.3.7-test.patch b/sci-libs/qd/files/qd-2.3.7-test.patch new file mode 100644 index 000000000000..4dc1154b8277 --- /dev/null +++ b/sci-libs/qd/files/qd-2.3.7-test.patch @@ -0,0 +1,12 @@ +Index: qd-2.3.7/tests/quadt_test.cpp +=================================================================== +--- qd-2.3.7.orig/tests/quadt_test.cpp ++++ qd-2.3.7/tests/quadt_test.cpp +@@ -11,6 +11,7 @@ + * code (see quadt.h). + */ + ++#include <string.h> + #include <cmath> + #include <cstdlib> + #include <cstdio> |