From e82a5033f5fa1b1e5ebcef9543e4d089724e3f2c Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 7 Jan 2012 12:35:20 +0000 Subject: Exactly pass bdb library name to configure so that unwanted system bdb libraries will not be picked up. --- inputmethod/libtabe/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inputmethod/libtabe') diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index 35815cc8c39..2923545c7d3 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/09/16 08:06:15 adam Exp $ +# $NetBSD: Makefile,v 1.22 2012/01/07 12:35:20 obache Exp $ DISTNAME= libtabe-0.2.6 PKGREVISION= 2 @@ -19,6 +19,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-db-inc=${BDBBASE}/include/${BDB_TYPE} CONFIGURE_ARGS+= --with-db-lib=${BDBBASE}/lib +CONFIGURE_ARGS+= --with-db-name=${BDB_TYPE} INSTALL_MAKE_FLAGS+= program_prefix=${DESTDIR} -- cgit v1.2.3