[103456] trunk/dports/python/py-spatialite/files/patch-src_connection.diff
Revision: 103456 https://trac.macports.org/changeset/103456 Author: and.damore@macports.org Date: 2013-02-26 02:21:22 -0800 (Tue, 26 Feb 2013) Log Message: ----------- port py-spatialite: adding patchfile forgotten in r103345, closing #38211 Revision Links: -------------- https://trac.macports.org/changeset/103345 Added Paths: ----------- trunk/dports/python/py-spatialite/files/patch-src_connection.diff Added: trunk/dports/python/py-spatialite/files/patch-src_connection.diff =================================================================== --- trunk/dports/python/py-spatialite/files/patch-src_connection.diff (rev 0) +++ trunk/dports/python/py-spatialite/files/patch-src_connection.diff 2013-02-26 10:21:22 UTC (rev 103456) @@ -0,0 +1,11 @@ +--- src/connection.h.orig 2013-02-22 15:16:14.000000000 +0100 ++++ src/connection.h 2013-02-22 15:18:47.000000000 +0100 +@@ -33,8 +33,6 @@ + #include "sqlite3.h" + #include "spatialite.h" + +-int spatialite_init(int verbose); +- + typedef struct + { + PyObject_HEAD
participants (1)
-
and.damore@macports.org