summaryrefslogtreecommitdiff
path: root/geography/gdal-lib
diff options
context:
space:
mode:
authorgdt <gdt>2012-01-25 21:28:14 +0000
committergdt <gdt>2012-01-25 21:28:14 +0000
commit963a5d849ff9389afc268728b23f9874d3c4fb26 (patch)
treeadfbc065d9db19c026e641f9287bc56eb4b2c723 /geography/gdal-lib
parent99665c822472eff2d4d751f72c96b6a4424f55f9 (diff)
downloadpkgsrc-963a5d849ff9389afc268728b23f9874d3c4fb26.tar.gz
MAKE_JOBS_SAFE=no
Non-repeatable build error reported by joerg@ - disable parallel builds for now until this can be debugged.
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r--geography/gdal-lib/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 6ba421a1acf..587445994a6 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2012/01/24 15:24:49 gdt Exp $
+# $NetBSD: Makefile,v 1.42 2012/01/25 21:28:14 gdt Exp $
VERSION= 1.8.1
DISTNAME= gdal-${VERSION}
@@ -11,6 +11,11 @@ HOMEPAGE= http://www.gdal.org/
COMMENT= Translator library for raster geospatial data formats
LICENSE= mit
+# There is mysterious failure to find gdal_version.h, even though it
+# is not a generated file, apparently caused by an odd make path that
+# fails to use the right includes.
+MAKE_JOBS_SAFE= no
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++ fortran77