View | Details | Raw Unified | Return to bug 201397 | Differences between
and this patch

Collapse All | Expand All

(-)databases/sqlcipher/Makefile (-1 / +2 lines)
Lines 10-15 Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
USE_OPENSSL=	yes
13
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
14
USE_GITHUB=	yes
15
USE_GITHUB=	yes
15
USES=		libtool pathfix tcl:86,build
16
USES=		libtool pathfix tcl:86,build
Lines 17-22 Link Here
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
19
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
19
CPPFLAGS+=	-DSQLITE_HAS_CODEC
20
CPPFLAGS+=	-DSQLITE_HAS_CODEC
20
LDFLAGS+=	-lcrypto
21
LDFLAGS+=	-L${LOCALBASE}/lib
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 201397