summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-03 10:41:31 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-03 10:41:31 +0000
commitb4111a17dad400836bb3bb2a7a28bb4f56b27700 (patch)
treefbdc5f04783125df03a651d00d56abd9ff66c5d3 /geography
parentc2a3731feddc36db82ddfb4d1c612580e767876c (diff)
downloadpkgsrc-b4111a17dad400836bb3bb2a7a28bb4f56b27700.tar.gz
Remove MAKE_JOBS_SAFE=no. It was added a few releases ago, and I am
unable to trigger any failure in the current release with various settings up to MAKE_JOBS=24.
Diffstat (limited to 'geography')
-rw-r--r--geography/gdal-lib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 7b6aa6fc58c..40ccd52f4a1 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2014/05/31 15:56:26 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2014/09/03 10:41:31 jperkin Exp $
VERSION= 1.9.2
DISTNAME= gdal-${VERSION}
@@ -16,11 +16,6 @@ LICENSE= mit
# as a bug and changes the C++ shlib version every release. Therefore
# this package needs revbumping on every geos update.
-# 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
-
USE_LANGUAGES= c c++ fortran77
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes