diff options
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 7 |
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 |