diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-08-10 17:00:39 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-08-10 17:00:39 +0000 |
commit | 696a9dc9e63ce407cb2e9ad886f16023dca1cb79 (patch) | |
tree | 86b2fbcf04284b02f91c3b7702c502abaa1c65e8 /devel/cvs/Makefile | |
parent | c986504d517302c8bcfa476d0b538b37760363ed (diff) | |
download | pkgsrc-696a9dc9e63ce407cb2e9ad886f16023dca1cb79.tar.gz |
Comment out Kerberos 5 support, for now.
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 66331b65674..29bdc5df16c 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/05/21 15:27:29 kim Exp $ +# $NetBSD: Makefile,v 1.28 2000/08/10 17:00:39 thorpej Exp $ # DISTNAME= cvs-1.10 @@ -27,13 +27,14 @@ CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption CONFIGURE_ARGS+= --with-krb4=no .endif -.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 +# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL +#.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 .if defined(RCS_LOCALID) CFLAGS+= -DLOCALID=\"\\\"${RCS_LOCALID}\\\"\" |