aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2016-05-02 22:09:20 +0800
committergahr <gahr@FreeBSD.org>2016-05-02 22:09:20 +0800
commita1b7d6e98c6de6d7f8ea346fb38d7059736e7c73 (patch)
tree7e9c5278f9ae5da4b3c2e63db1cdea1bc7efc276 /databases
parente3f10e887d7866452210832ee70da382ce2cf3ed (diff)
downloadfreebsd-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/Makefile3
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