svn commit: r389621 - head/databases/pyspatialite/files
Kubilay Kocak
koobs at FreeBSD.org
Sun Jun 14 09:36:27 UTC 2015
Author: koobs
Date: Sun Jun 14 09:36:26 2015
New Revision: 389621
URL: https://svnweb.freebsd.org/changeset/ports/389621
Log:
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
Modified:
head/databases/pyspatialite/files/patch-setup.cfg
Modified: head/databases/pyspatialite/files/patch-setup.cfg
==============================================================================
--- head/databases/pyspatialite/files/patch-setup.cfg Sun Jun 14 09:33:30 2015 (r389620)
+++ head/databases/pyspatialite/files/patch-setup.cfg Sun Jun 14 09:36:26 2015 (r389621)
@@ -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
More information about the svn-ports-all
mailing list