pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/apr-util Remove --without-sqlite3 from Makefile



details:   https://anonhg.NetBSD.org/pkgsrc/rev/897c135b73e7
branches:  trunk
changeset: 546840:897c135b73e7
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 08 10:04:46 2008 +0000

description:
Remove --without-sqlite3 from Makefile

diffstat:

 devel/apr-util/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 67c685864bf1 -r 897c135b73e7 devel/apr-util/Makefile
--- a/devel/apr-util/Makefile   Mon Sep 08 09:58:43 2008 +0000
+++ b/devel/apr-util/Makefile   Mon Sep 08 10:04:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/09/08 09:58:43 adam Exp $
+# $NetBSD: Makefile,v 1.7 2008/09/08 10:04:46 adam Exp $
 
 DISTNAME=      apr-util-1.3.4
 CATEGORIES=    devel
@@ -18,7 +18,6 @@
 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-sqlite3
 PKGCONFIG_OVERRIDE+=   apr-util.pc.in
 
 MAKE_ENV+=     WRAPPER_DIR=${WRAPPER_DIR:Q}



Home | Main Index | Thread Index | Old Index