diff options
author | gahr <gahr@FreeBSD.org> | 2016-05-02 22:09:20 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-05-02 22:09:20 +0800 |
commit | a1b7d6e98c6de6d7f8ea346fb38d7059736e7c73 (patch) | |
tree | 7e9c5278f9ae5da4b3c2e63db1cdea1bc7efc276 /databases | |
parent | e3f10e887d7866452210832ee70da382ce2cf3ed (diff) | |
download | freebsd-ports-gnome-a1b7d6e98c6de6d7f8ea346fb38d7059736e7c73.tar.gz freebsd-ports-gnome-a1b7d6e98c6de6d7f8ea346fb38d7059736e7c73.tar.zst freebsd-ports-gnome-a1b7d6e98c6de6d7f8ea346fb38d7059736e7c73.zip |
databases/tcl-lmdb: help autoconf find lmdb's headers and libraries
Diffstat (limited to 'databases')
-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 |