diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-22 20:42:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-22 20:42:15 +0000 |
commit | 72d89e19935fc3620388acf01113449edbd62d2e (patch) | |
tree | 6f333e744ae4d0699dcf784176cb34abfa5ea3e7 /dev-python/visual/files | |
parent | amd64/x86 stable, bug #222737 (diff) | |
download | gentoo-2-72d89e19935fc3620388acf01113449edbd62d2e.tar.gz gentoo-2-72d89e19935fc3620388acf01113449edbd62d2e.tar.bz2 gentoo-2-72d89e19935fc3620388acf01113449edbd62d2e.zip |
Version bump, now depends on numpy
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-python/visual/files')
-rw-r--r-- | dev-python/visual/files/visual-4_beta26-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/visual/files/visual-4_beta26-gcc43.patch b/dev-python/visual/files/visual-4_beta26-gcc43.patch new file mode 100644 index 000000000000..048b7beb15fe --- /dev/null +++ b/dev-python/visual/files/visual-4_beta26-gcc43.patch @@ -0,0 +1,10 @@ +--- src/core/util/errors.cpp.~1.5.~ 2004-08-10 21:46:32.000000000 +0100 ++++ src/core/util/errors.cpp 2008-05-22 21:06:00.000000000 +0100 +@@ -7,6 +7,7 @@ + #include <iostream> + #include <iomanip> + #include <sstream> ++#include <cstdlib> + + namespace cvisual { + |