pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cvs Convert to use krb5.buildlink3.mk to get Ker...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c51b15ba0c6
branches: trunk
changeset: 466631:4c51b15ba0c6
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jan 21 14:31:36 2004 +0000
description:
Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
diffstat:
devel/cvs/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 70f8de289fe9 -r 4c51b15ba0c6 devel/cvs/Makefile
--- a/devel/cvs/Makefile Wed Jan 21 14:14:13 2004 +0000
+++ b/devel/cvs/Makefile Wed Jan 21 14:31:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2004/01/21 14:14:13 jlam Exp $
+# $NetBSD: Makefile,v 1.73 2004/01/21 14:31:36 jlam Exp $
#
DISTNAME= cvs-1.11.11
@@ -33,9 +33,10 @@
.endif
.if defined(KERBEROS)
-CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
-CONFIGURE_ARGS+= --with-gssapi=/usr
-CPPFLAGS+= -I/usr/include/krb5
+. include "../../mk/krb5.buildlink3.mk"
+CONFIGURE_ARGS+= --enable-encryption
+CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE}
+CONFIGURE_ARGS+= --with-krb4=${KRB5BASE}
. if ${OPSYS} == "Darwin"
LDFLAGS+= -framework Kerberos
. endif
Home |
Main Index |
Thread Index |
Old Index