Module Name:    src
Committed By:   snj
Date:           Sun Aug 27 05:45:46 UTC 2017

Modified Files:
        src/external/gpl2/xcvs/bin/xcvs [netbsd-7-1]: Makefile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1493):
        external/gpl2/xcvs/bin/xcvs/Makefile: revision 1.5
add sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.20.1 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.4.20.1
--- src/external/gpl2/xcvs/bin/xcvs/Makefile:1.4	Fri Mar  9 00:14:16 2012
+++ src/external/gpl2/xcvs/bin/xcvs/Makefile	Sun Aug 27 05:45:46 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2012/03/09 00:14:16 christos Exp $
+#	$NetBSD: Makefile,v 1.4.20.1 2017/08/27 05:45:46 snj 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

Reply via email to