]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- compilation fix by pluto
authorsaq <saq@pld-linux.org>
Sun, 9 Jan 2005 20:52:18 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal-cxx.patch -> 1.1

gdal-cxx.patch [new file with mode: 0644]

diff --git a/gdal-cxx.patch b/gdal-cxx.patch
new file mode 100644 (file)
index 0000000..ae9741e
--- /dev/null
@@ -0,0 +1,13 @@
+--- gdal-1.2.3/ogr/ogrgeometry.cpp.orig        2004-09-16 20:29:21.000000000 +0200
++++ gdal-1.2.3/ogr/ogrgeometry.cpp     2005-01-09 21:10:59.603504104 +0100
+@@ -1390,8 +1390,8 @@
+     if( poGeosGeom != NULL )
+     {
+-        geos::ConvexHull oCHull( poGeosGeom );
+-        geos::Geometry *poHullGeosGeom;
++        typename geos::ConvexHull oCHull( poGeosGeom );
++        typename geos::Geometry *poHullGeosGeom;
+         poHullGeosGeom = oCHull.getConvexHull();
This page took 0.181277 seconds and 4 git commands to generate.