diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-27 11:36:57 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-11-27 11:36:57 +0000 |
commit | cc6d710cc74db8b594e0dce258f472a338267fab (patch) | |
tree | 1ba31c3773f452940785f2e3496a042932b6dc84 /sci-libs/geos/files | |
parent | Fix manifest for 2.6.27.7 distfile. (diff) | |
download | historical-cc6d710cc74db8b594e0dce258f472a338267fab.tar.gz historical-cc6d710cc74db8b594e0dce258f472a338267fab.tar.bz2 historical-cc6d710cc74db8b594e0dce258f472a338267fab.zip |
Version bump
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64
Diffstat (limited to 'sci-libs/geos/files')
-rw-r--r-- | sci-libs/geos/files/geos-3.0.3-test.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/geos/files/geos-3.0.3-test.patch b/sci-libs/geos/files/geos-3.0.3-test.patch new file mode 100644 index 000000000000..a6ec0244a0e8 --- /dev/null +++ b/sci-libs/geos/files/geos-3.0.3-test.patch @@ -0,0 +1,10 @@ +--- tests/unit/geos_unit.cpp.orig 2008-11-27 11:21:28.000000000 +0000 ++++ tests/unit/geos_unit.cpp 2008-11-27 11:22:12.000000000 +0000 +@@ -8,6 +8,7 @@ + #include <tut.h> + #include <tut_reporter.h> + // STL ++#include <cstdlib> + #include <iostream> + #include <iomanip> + // GEOS |