Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7-1]: src/external/gpl2/xcvs/bin/xcvs Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/2cf94bf0abf2
branches:  netbsd-7-1
changeset: 800794:2cf94bf0abf2
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Aug 27 05:45:46 2017 +0000

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

diffstat:

 external/gpl2/xcvs/bin/xcvs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 20cd04715080 -r 2cf94bf0abf2 external/gpl2/xcvs/bin/xcvs/Makefile
--- a/external/gpl2/xcvs/bin/xcvs/Makefile      Fri Aug 25 03:51:30 2017 +0000
+++ b/external/gpl2/xcvs/bin/xcvs/Makefile      Sun Aug 27 05:45:46 2017 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index