diff options
author | obache <obache@pkgsrc.org> | 2012-01-07 12:35:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-07 12:35:20 +0000 |
commit | 8b2b9ecd1b2ef346b4bb5359c632996b148bb192 (patch) | |
tree | 15126dfa06105e6465d1ae63304a9eca6b296bfa /inputmethod/libtabe/Makefile | |
parent | 6a7f5f4f28ab6ef209f7eaa6331cc809e7c64178 (diff) | |
download | pkgsrc-8b2b9ecd1b2ef346b4bb5359c632996b148bb192.tar.gz |
Exactly pass bdb library name to configure so that unwanted system bdb libraries
will not be picked up.
Diffstat (limited to 'inputmethod/libtabe/Makefile')
-rw-r--r-- | inputmethod/libtabe/Makefile | 3 |
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} |