1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/heimdal/files/patch-cc
Jacques Vidrine 61478d4702 = Update 0.2q -> 0.2r
= Replace obscenely large patch to configure with something more
  reasonable
2000-04-18 02:17:25 +00:00

13 lines
333 B
Plaintext

--- configure.orig Sun Apr 2 21:21:46 2000
+++ configure Mon Apr 17 14:40:32 2000
@@ -2217,6 +2217,9 @@
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