summaryrefslogtreecommitdiff
path: root/devel/apr-util/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2009-07-24 13:09:32 +0000
committerschmonz <schmonz>2009-07-24 13:09:32 +0000
commitedc7e85b92e9d4cbc55786481856e2b94cbb8f35 (patch)
tree35c49540f92d8ad2d2f10c427768aff313fc0b35 /devel/apr-util/Makefile
parentb6495f05955da4ecb41cbeca91cfef8905fff89b (diff)
downloadpkgsrc-edc7e85b92e9d4cbc55786481856e2b94cbb8f35.tar.gz
Configure --without-sqlite2 in case it's unavoidably on the include path.
Diffstat (limited to 'devel/apr-util/Makefile')
-rw-r--r--devel/apr-util/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr-util/Makefile b/devel/apr-util/Makefile
index 9f1fd3242ce..477b1d57606 100644
--- a/devel/apr-util/Makefile
+++ b/devel/apr-util/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/06/08 13:24:57 tron Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/24 13:09:32 schmonz Exp $
DISTNAME= apr-util-1.3.7
CATEGORIES= devel
@@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}/bin/apr-1-config
CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat}
CONFIGURE_ARGS+= --without-gdbm
+CONFIGURE_ARGS+= --without-sqlite2
PKGCONFIG_OVERRIDE+= apr-util.pc.in
MAKE_ENV+= WRAPPER_DIR=${WRAPPER_DIR:Q}