diff options
author | jlam <jlam@pkgsrc.org> | 2000-02-11 00:06:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-02-11 00:06:35 +0000 |
commit | b799da545d2b108f7f3e805d5a5f10b21f7b5d33 (patch) | |
tree | 2b15f25cb921095c0ea437e0e387fa34c9a557f6 /devel/cvs/Makefile | |
parent | 52bb66fc8a4de557a41a284e9992eeaf9041bb00 (diff) | |
download | pkgsrc-b799da545d2b108f7f3e805d5a5f10b21f7b5d33.tar.gz |
Make this compile with KERBEROS=5.
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 71a087d0a6a..eff4a1bbf76 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/02/04 21:29:14 tron Exp $ +# $NetBSD: Makefile,v 1.26 2000/02/11 00:06:35 jlam Exp $ # DISTNAME= cvs-1.10 @@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --with-krb4=no .if defined(KERBEROS) && ${KERBEROS} == 5 USE_KERBEROS= yes CONFIGURE_ARGS+= --with-gssapi +CFLAGS+= -I/usr/include/krb5 # krb5.h .else CONFIGURE_ARGS+= --with-gssapi=no .endif |