diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-05-02 14:09:20 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-05-02 14:09:20 +0000 |
commit | 0e42416b458c86ee78553ea6ccc118a86911c84a (patch) | |
tree | 7e9c5278f9ae5da4b3c2e63db1cdea1bc7efc276 | |
parent | editors/emacs-devel[1]: (diff) |
databases/tcl-lmdb: help autoconf find lmdb's headers and libraries
Notes
Notes:
svn path=/head/; revision=414448
-rw-r--r-- | databases/tcl-lmdb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/tcl-lmdb/Makefile b/databases/tcl-lmdb/Makefile index 6770ae044a4f..d6173225cfdf 100644 --- a/databases/tcl-lmdb/Makefile +++ b/databases/tcl-lmdb/Makefile @@ -17,6 +17,9 @@ GH_ACCOUNT= ray2501 USES= gmake tcl:tea CONFIGURE_ARGS= --with-system-lmdb +CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib TEST_TARGET= test |