mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
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
11 lines
279 B
INI
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
|