Index: head/databases/pyspatialite/files/patch-setup.cfg =================================================================== --- head/databases/pyspatialite/files/patch-setup.cfg (revision 389620) +++ head/databases/pyspatialite/files/patch-setup.cfg (revision 389621) @@ -1,11 +1,11 @@ --- 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 ++include-dirs = %%LOCALBASE%%/include +with-freexl = True