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
This commit is contained in:
Kubilay Kocak 2015-06-14 09:36:26 +00:00
parent e13034e90e
commit 211afc200f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389621

View file

@ -7,5 +7,5 @@
+[build_ext]
+libraries = spatialite,geos,geos_c,proj%%ICONV%%
+library-dirs = %%LOCALBASE%%/lib
+include-dirs = %%LOCALBASE/include
+include-dirs = %%LOCALBASE%%/include
+with-freexl = True