- Fix broken on FreeBSD 5.1 with Kerberos

This commit is contained in:
Dirk Meyer 2003-07-01 08:10:01 +00:00
parent 42a4597718
commit 321e7ea517
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83968
2 changed files with 11 additions and 9 deletions

View file

@ -38,12 +38,4 @@ MAN8= cvsbug.8
#USE_AUTOMAKE_VER= 14
#USE_AUTOCONF_VER= 213
.include <bsd.port.pre.mk>
.if exists(/usr/include/krb5.h) || exists(/usr/include/gssapi.h)
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.endif
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -0,0 +1,10 @@
--- cvsunix/lib/Makefile.in.orig Thu Nov 7 19:29:36 2002
+++ cvsunix/lib/Makefile.in Tue Jul 1 04:38:17 2003
@@ -200,6 +200,7 @@
regex.o: regex.h
md5.o: md5.h
argmatch.o: cvsgui.h
+hostname.o: cvsgui.h
xlint:
@echo xlint does nothing