summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorjoerg <joerg>2016-03-22 19:01:46 +0000
committerjoerg <joerg>2016-03-22 19:01:46 +0000
commit750f37d35c9f74cf54d6ab89636650cd15a4867c (patch)
tree433752624a25395278037c2a727b502302102fd3 /geography
parentf91374b041dc18cd74e13d63b6f00343ba2d6db5 (diff)
downloadpkgsrc-750f37d35c9f74cf54d6ab89636650cd15a4867c.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'geography')
-rw-r--r--geography/libspatialite/Makefile7
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"