Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/4715b99b3557
branches:  netbsd-7-0
changeset: 801383:4715b99b3557
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Aug 27 05:44:57 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 02ca58766df7 -r 4715b99b3557 external/gpl2/xcvs/bin/xcvs/Makefile
--- a/external/gpl2/xcvs/bin/xcvs/Makefile      Fri Aug 25 05:33:40 2017 +0000
+++ b/external/gpl2/xcvs/bin/xcvs/Makefile      Sun Aug 27 05:44:57 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2012/03/09 00:14:16 christos Exp $
+#      $NetBSD: Makefile,v 1.4.12.1 2017/08/27 05:44:57 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