diff options
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}\\\"\" |