1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/cyrus/files/patch-bg
Jacques Vidrine f2fc8303fc Patch `configure' by hand for a much smaller patch.
Bogusness pointed out by:	asami
2000-04-15 16:54:53 +00:00

13 lines
341 B
Plaintext

--- configure.orig Fri Dec 4 12:03:58 1998
+++ configure Sat Apr 15 11:44:42 2000
@@ -3348,6 +3348,9 @@
fi
+# Kerberos IV on FreeBSD depends on libcom_err.
+LIBS="-lcom_err $LIBS"
+echo '#define HAVE_LIBCOM_ERR 1' >> confdefs.h
echo $ac_n "checking for crypt""... $ac_c" 1>&6
echo "configure:3354: checking for crypt" >&5