summaryrefslogtreecommitdiff
path: root/security/heimdal/files/patch-cc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2001-09-07 19:45:46 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2001-09-07 19:45:46 +0000
commit39daa242c80f7aabead7326aec5d742f7614cddf (patch)
treeeef3d1f01a153539f572e8b8a67a3ae5feae3082 /security/heimdal/files/patch-cc
parentUpdate for the not-so-new RH distribution directory structure. (diff)
Update 0.4d -> 0.4e
Notes
Notes: svn path=/head/; revision=47505
Diffstat (limited to 'security/heimdal/files/patch-cc')
-rw-r--r--security/heimdal/files/patch-cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/heimdal/files/patch-cc b/security/heimdal/files/patch-cc
deleted file mode 100644
index 1439fa6d0613..000000000000
--- a/security/heimdal/files/patch-cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Mon Feb 5 02:03:23 2001
-+++ configure Mon May 21 08:14:53 2001
-@@ -11827,6 +11827,10 @@
- LIB_openldap="-R $openldap_libdir $LIB_openldap"
- fi
-
-+# Kerberos IV on FreeBSD depends on libcom_err
-+LIBS="-lcom_err $LIBS"
-+echo '#define HAVE_LIBCOM_ERR 1' >> confdefs.h
-+
- # Check whether --with-krb4 or --without-krb4 was given.
- if test "${with_krb4+set}" = set; then
- withval="$with_krb4"