diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-30 17:03:35 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-30 17:03:35 +0000 |
commit | 50d23343c80d3b930f119ecbc373272943da4308 (patch) | |
tree | d6807e901ac5c615c4ee1927fd93aadbc6369d73 /sci-visualization/labplot/files | |
parent | Version bump (diff) | |
download | gentoo-2-50d23343c80d3b930f119ecbc373272943da4308.tar.gz gentoo-2-50d23343c80d3b930f119ecbc373272943da4308.tar.bz2 gentoo-2-50d23343c80d3b930f119ecbc373272943da4308.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64)
Diffstat (limited to 'sci-visualization/labplot/files')
-rw-r--r-- | sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch b/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch new file mode 100644 index 000000000000..2c4cd23651ef --- /dev/null +++ b/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch @@ -0,0 +1,10 @@ +--- src/Spreadsheet.cc.orig 2008-08-30 17:07:41.000000000 +0100 ++++ src/Spreadsheet.cc 2008-08-30 17:08:40.000000000 +0100 +@@ -3,6 +3,7 @@ + #include <stdlib.h> + #include <time.h> + #ifdef HAVE_SGI_STL ++#include <algorithm> + #include <vector> + #endif + |