diff options
| author | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-27 16:59:17 +0000 |
|---|---|---|
| committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-03-27 16:59:17 +0000 |
| commit | 134da7dfa5e2e30a8f4e0a531148ce3351366d19 (patch) | |
| tree | 4713c52b14091def2643bdff04614d2fb3002444 /databases/pyspatialite/files/patch-src-connection.h | |
| parent | Fix broken INDEX (diff) | |
pyspatialite is an interface to the SQLite 3.x embedded relational database
engine with spatialite extensions.
It is almost fully compliant with the Python database API version 2.0 also
exposes the unique features of SQLite and spatialite.
WWW: https://code.google.com/p/pyspatialite/
PR: ports/173079
Submitted by: lbartoletti <coder@tuxfamily.org>
Diffstat (limited to 'databases/pyspatialite/files/patch-src-connection.h')
| -rw-r--r-- | databases/pyspatialite/files/patch-src-connection.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/pyspatialite/files/patch-src-connection.h b/databases/pyspatialite/files/patch-src-connection.h new file mode 100644 index 000000000000..34df7abbef34 --- /dev/null +++ b/databases/pyspatialite/files/patch-src-connection.h @@ -0,0 +1,11 @@ +--- src/connection.h.bak 2012-10-25 19:40:06.000000000 +0200 ++++ src/connection.h 2012-10-25 19:40:25.000000000 +0200 +@@ -33,8 +33,6 @@ + #include "sqlite3.h" + #include "spatialite.h" + +-int spatialite_init(int verbose); +- + typedef struct + { + PyObject_HEAD |
