summaryrefslogtreecommitdiff
path: root/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-09 17:58:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-09 17:58:46 +0000
commit2fa40785683d67dce70c7193df7544cb9c1fc140 (patch)
treea3b70e3a514d326dce6d5693a97d073927e62875 /graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp
parentFix PKGNAMEPREFIX to match elasticsearch-plugin-marvel (diff)
- Update to 3.0.9
- Fix LICENSE - Strip libraries - Respect CFLAGS/CXXFLAGS - Make proj optional - Switch to options helpers - Simplify docs installation PR: 207060 Submitted by: amdmi3 Approved by: maintainer timeout (littlesavage@rambler.ru, 3 weeks)
Notes
Notes: svn path=/head/; revision=410719
Diffstat (limited to 'graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp')
-rw-r--r--graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp b/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp
deleted file mode 100644
index 2e5499117a43..000000000000
--- a/graphics/mapnik/files/patch-plugins-input-ogr-ogr_datasource.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from: https://github.com/mapnik/mapnik/commit/f68291c5b47b5189d967dba01542262f2013da53
-
---- plugins/input/ogr/ogr_datasource.hpp.orig
-+++ plugins/input/ogr/ogr_datasource.hpp
-@@ -63,7 +63,7 @@ class ogr_datasource : public mapnik::datasource
- mapnik::datasource::datasource_t type_;
- std::string dataset_name_;
- std::string index_name_;
-- OGRDataSource* dataset_;
-+ gdal_dataset_type dataset_;
- ogr_layer_ptr layer_;
- std::string layer_name_;
- mapnik::layer_descriptor desc_;