[SCM] geos branch, upstream, updated. upstream/3.3.2-56-g722309c

Francesco Paolo Lovergine frankie at debian.org
Thu May 17 18:32:15 UTC 2012


The following commit has been merged in the upstream branch:
commit aa7b80f0f88e118c526432d9a07c4c00dc52bf8c
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed May 25 17:05:20 2011 +0200

    Added TaggedLineString.cpp patch

diff --git a/debian/patches/TaggedLineString.cpp b/debian/patches/TaggedLineString.cpp
new file mode 100644
index 0000000..8749ddb
--- /dev/null
+++ b/debian/patches/TaggedLineString.cpp
@@ -0,0 +1,21 @@
+Index: geos/source/simplify/TaggedLineString.cpp
+===================================================================
+--- geos.orig/source/simplify/TaggedLineString.cpp	2011-05-25 17:04:12.000000000 +0200
++++ geos/source/simplify/TaggedLineString.cpp	2011-05-25 17:04:31.000000000 +0200
+@@ -27,6 +27,7 @@
+ 
+ #include <cassert>
+ #include <memory>
++#include <cstddef>
+ 
+ #ifndef GEOS_DEBUG
+ #define GEOS_DEBUG 0
+@@ -42,6 +43,8 @@
+ namespace geos {
+ namespace simplify { // geos::simplify
+ 
++using namespace std;
++
+ /*public*/
+ TaggedLineString::TaggedLineString(const geom::LineString* nParentLine,
+ 			size_t nMinimumSize)
diff --git a/debian/patches/series b/debian/patches/series
index 692ceff..b142917 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ AbstractNode.cpp
 SimpleNestedRingTester.h
 DirectedEdgeStar.h
 DouglasPeuckerLineSimplifier.h
+TaggedLineString.cpp

-- 
Geometry engine for Geographic Information Systems



More information about the Pkg-grass-devel mailing list