From 3d869b2600951b4baecb61c5bc36aacbedb8418a Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 25 Jan 2012 21:28:14 +0000 Subject: MAKE_JOBS_SAFE=no Non-repeatable build error reported by joerg@ - disable parallel builds for now until this can be debugged. --- geography/gdal-lib/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'geography/gdal-lib') 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 -- cgit v1.2.3