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:
parent
e13034e90e
commit
211afc200f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389621
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue