Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2001 18:49:11 +0900
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        peter@FreeBSD.org
Cc:        hackers@FreeBSD.org
Subject:   Re: a couple of patches for cvs
Message-ID:  <86g0if3m94.wl@archon.local.idaemons.org>
In-Reply-To: <86ely6lfkf.wl@archon.local.idaemons.org>
References:  <86ely6lfkf.wl@archon.local.idaemons.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The following patch was also needed...

--- gnu/usr.bin/cvs/cvs/Makefile.orig	Fri Jan 19 14:58:23 2001
+++ gnu/usr.bin/cvs/cvs/Makefile	Fri Jan 19 15:03:10 2001
@@ -26,8 +26,8 @@
 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -DHAVE_CONFIG_H \
 	 -I${CVSDIR}/src -I${CVSDIR}/lib -I${CVSDIR}/diff
 
-DPADD+=	${LIBCVS} ${LIBDIFF} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ}
-LDADD+=	${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
+DPADD+=	${LIBCVS} ${LIBDIFF} ${LIBGNUREGEX} ${LIBMD} ${LIBCRYPT} ${LIBZ} ${LIBPAM}
+LDADD+=	${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz -lpam
 
 .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
 CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"We're only at home when we're on the run, on the wing, on the fly"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86g0if3m94.wl>