summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2012-01-07 12:35:20 +0000
committerobache <obache>2012-01-07 12:35:20 +0000
commit19141ed30270533f27ea8030df34f76d5f735f9d (patch)
tree15126dfa06105e6465d1ae63304a9eca6b296bfa
parentaeefd4cf515cdc0af8c6a0db263e15533d5956f9 (diff)
downloadpkgsrc-19141ed30270533f27ea8030df34f76d5f735f9d.tar.gz
Exactly pass bdb library name to configure so that unwanted system bdb libraries
will not be picked up.
-rw-r--r--inputmethod/libtabe/Makefile3
1 files changed, 2 insertions, 1 deletions
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}