diff options
Diffstat (limited to 'geography/gdal-lib/Makefile')
-rw-r--r-- | geography/gdal-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 50030c6d189..0e25271fb77 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/08/26 19:57:35 sno Exp $ +# $NetBSD: Makefile,v 1.17 2009/11/26 00:30:28 joerg Exp $ # DISTNAME= gdal-1.6.1 @@ -44,6 +44,7 @@ CONFIGURE_ARGS+= --with-mysql CONFIGURE_ARGS+= --without-mysql .endif +CONFIGURE_ARGS+= --with-libz=${BUILDLINK_PREFIX.zlib}/include CONFIGURE_ARGS+= --with-xerces CONFIGURE_ARGS+= --with-xerces-inc=${BUILDLINK_PREFIX.xerces-c}/include CONFIGURE_ARGS+= --with-xerces-lib=-L${BUILDLINK_PREFIX.xerces-c}/lib\ -lxerces-c |