pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gdal-lib Be explicit about libjson-c and bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/846675eb22aa
branches:  trunk
changeset: 652911:846675eb22aa
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Wed Jun 10 01:44:56 2015 +0000

description:
Be explicit about libjson-c and buildlink libxml2

diffstat:

 geography/gdal-lib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r e5feba6ad778 -r 846675eb22aa geography/gdal-lib/Makefile
--- a/geography/gdal-lib/Makefile       Wed Jun 10 01:43:00 2015 +0000
+++ b/geography/gdal-lib/Makefile       Wed Jun 10 01:44:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2015/04/06 08:17:28 adam Exp $
+# $NetBSD: Makefile,v 1.74 2015/06/10 01:44:56 wiedi Exp $
 
 VERSION=       1.11.1
 DISTNAME=      gdal-${VERSION}
@@ -29,6 +29,7 @@
 CONFIGURE_ARGS+=       --with-xerces-inc=${BUILDLINK_PREFIX.xerces-c}/include
 CONFIGURE_ARGS+=       --with-xerces-lib=-L${BUILDLINK_PREFIX.xerces-c}/lib\ -lxerces-c
 CONFIGURE_ARGS+=       --without-python
+CONFIGURE_ARGS+=       --with-libjson-c=internal
 
 MAKE_FILE=             GNUmakefile
 
@@ -46,6 +47,7 @@
 .include "../../graphics/giflib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/xerces-c/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index