mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
61478d4702
= Replace obscenely large patch to configure with something more reasonable
13 lines
333 B
Plaintext
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
|