From 321e7ea5173330a9b7b52e6fb066ad6fc19a29a7 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 1 Jul 2003 08:10:01 +0000 Subject: [PATCH] - Fix broken on FreeBSD 5.1 with Kerberos --- devel/gcvs/Makefile | 10 +--------- devel/gcvs/files/patch-cvsunix-lib-Makefile.in | 10 ++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 devel/gcvs/files/patch-cvsunix-lib-Makefile.in diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index 53e0357728ff..74b38e285f35 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -38,12 +38,4 @@ MAN8= cvsbug.8 #USE_AUTOMAKE_VER= 14 #USE_AUTOCONF_VER= 213 -.include - -.if exists(/usr/include/krb5.h) || exists(/usr/include/gssapi.h) -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif -.endif - -.include +.include diff --git a/devel/gcvs/files/patch-cvsunix-lib-Makefile.in b/devel/gcvs/files/patch-cvsunix-lib-Makefile.in new file mode 100644 index 000000000000..4dac1ed4b659 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-lib-Makefile.in @@ -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