ports/databases/pyspatialite/files/patch-setup.cfg
Kubilay Kocak 211afc200f databases/pyspatialite: Fix LOCALBASE substitution
Fix %%LOCALBASE substitution in patch-setup.cfg causing header detection to
fail with:

  __main__.HeaderNotFoundException: cannot find proj_api.h, bailing out

Reported by:		antoine, pkg-fallout
Differential Revision:	https://reviews.freebsd.org/D2704
2015-06-14 09:36:26 +00:00

11 lines
279 B
INI

--- setup.cfg.orig 2013-11-22 19:21:43 UTC
+++ setup.cfg
@@ -2,4 +2,9 @@
tag_build =
tag_date = 0
tag_svn_revision = 0
+[build_ext]
+libraries = spatialite,geos,geos_c,proj%%ICONV%%
+library-dirs = %%LOCALBASE%%/lib
+include-dirs = %%LOCALBASE%%/include
+with-freexl = True