diff options
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 |