Module Name: src
Committed By: christos
Date: Sun Jan 29 00:01:48 UTC 2017
Modified Files:
src/external/gpl2/xcvs/bin/xcvs: Makefile
Log Message:
add sqlite3
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/xcvs/bin/xcvs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/bin/xcvs/Makefile
diff -u src/external/gpl2/xcvs/bin/xcvs/Makefile:1.4 src/external/gpl2/xcvs/bin/xcvs/Makefile:1.5
--- src/external/gpl2/xcvs/bin/xcvs/Makefile:1.4 Thu Mar 8 19:14:16 2012
+++ src/external/gpl2/xcvs/bin/xcvs/Makefile Sat Jan 28 19:01:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/03/09 00:14:16 christos Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/29 00:01:48 christos Exp $
.include "${.CURDIR}/../../Makefile.inc"
PROG= xcvs
@@ -47,8 +47,8 @@ LDADD+= -lasn1
# libcrypto is required by libgssapi, libkrb5, and libhx509
# libwind is required by libhx509
CPPFLAGS+= -DENCRYPTION
-DPADD+= ${LIBCOM_ERR} ${LIBROKEN} ${LIBWIND} ${LIBCRYPTO}
-LDADD+= -lcom_err -lroken -lwind -lcrypto
+DPADD+= ${LIBCOM_ERR} ${LIBROKEN} ${LIBWIND} ${LIBCRYPTO} ${LIBSQLITE3}
+LDADD+= -lcom_err -lroken -lwind -lcrypto -lsqlite3
# libutil is required by libroken