summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-19 20:29:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-19 22:15:07 +0100
commit115f53016f37b31e7885cd25d331331326f7873c (patch)
tree59c4a01b79c009b69fae95b2bdcec9e3d00bf9d4 /dev-db/spatialite/files/spatialite-4.1.1-validator.patch
parentdev-db/spatialite: 4.3.0a version bump (diff)
downloadgentoo-115f53016f37b31e7885cd25d331331326f7873c.tar.gz
gentoo-115f53016f37b31e7885cd25d331331326f7873c.tar.bz2
gentoo-115f53016f37b31e7885cd25d331331326f7873c.zip
dev-db/spatialite: Drop old
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-db/spatialite/files/spatialite-4.1.1-validator.patch')
-rw-r--r--dev-db/spatialite/files/spatialite-4.1.1-validator.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-db/spatialite/files/spatialite-4.1.1-validator.patch b/dev-db/spatialite/files/spatialite-4.1.1-validator.patch
deleted file mode 100644
index 55b20689593d..000000000000
--- a/dev-db/spatialite/files/spatialite-4.1.1-validator.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/shapefiles/validator.c 2013-06-29 08:53:15.000000000 +0200
-+++ src/shapefiles/validatornew.c 2016-02-29 18:38:11.879981893 +0100
-@@ -3510,7 +3510,7 @@
-
- /* silencing stupid compiler warnings */
- if (sqlite == NULL || table == NULL || geom == NULL ||
-- ||report_path == NULL || n_rows == NULL || n_invalids == NULL)
-+ report_path == NULL || n_rows == NULL || n_invalids == NULL)
- table = NULL;
-
- if (err_msg == NULL)