svn commit: r414448 - head/databases/tcl-lmdb

Pietro Cerutti gahr at FreeBSD.org
Mon May 2 14:09:22 UTC 2016


Author: gahr
Date: Mon May  2 14:09:20 2016
New Revision: 414448
URL: https://svnweb.freebsd.org/changeset/ports/414448

Log:
  databases/tcl-lmdb: help autoconf find lmdb's headers and libraries

Modified:
  head/databases/tcl-lmdb/Makefile

Modified: head/databases/tcl-lmdb/Makefile
==============================================================================
--- head/databases/tcl-lmdb/Makefile	Mon May  2 13:45:35 2016	(r414447)
+++ head/databases/tcl-lmdb/Makefile	Mon May  2 14:09:20 2016	(r414448)
@@ -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
 


More information about the svn-ports-head mailing list