diff options
-rw-r--r-- | geography/libspatialite/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/geography/libspatialite/Makefile b/geography/libspatialite/Makefile index 16143ab3b39..65090fb4580 100644 --- a/geography/libspatialite/Makefile +++ b/geography/libspatialite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/11/27 14:03:33 adam Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/22 19:01:46 joerg Exp $ DISTNAME= libspatialite-4.3.0a CATEGORIES= geography @@ -16,6 +16,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-examples PKGCONFIG_OVERRIDE= spatialite.pc.in +# src/shapefiles wants to create both a module and library +# from the same sources. This confuses some temporary file handling +# in libtool 2.4.2. +MAKE_JOBS_SAFE=no + .include "../../converters/libiconv/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../geography/geos/buildlink3.mk" |