1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/mail/fetchmail/files/patch-ad
Peter Pentchev 65d8850cd8 Update to 5.6.5.
Approved by:	maintainer
Weird look to:	Eric S. Raymonds (3 releases in 2 weeks?! Oh come ON!)
2001-02-13 10:36:42 +00:00

39 lines
1.0 KiB
Plaintext

--- configure.old Mon Feb 12 13:16:28 2001
+++ configure Mon Feb 12 13:16:48 2001
@@ -1639,7 +1639,7 @@
if test `uname` = "FreeBSD"
then
echo "Adding -lkvm to standard libraries"
- LIBS="$LIBS -lkvm"
+ LIBS="$LIBS -lmd -lkvm"
fi
# Check for Rhapsody special case: it doesn't like -s
@@ -5654,7 +5654,7 @@
EOF
CEFLAGS="$CEFLAGS -I/usr/include/kerberosIV"
- LIBS="$LIBS -lkrb -ldes"
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no" -a "$with_kerberos5" != "no"
then
cat >> confdefs.h <<\EOF
@@ -5697,7 +5697,7 @@
CEFLAGS="$CEFLAGS -I$with_kerberos/include"
LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
- LIBS="$LIBS -lkrb -ldes"
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
else
if test "$with_kerberos" != "no"
then
@@ -5711,7 +5711,7 @@
CEFLAGS="$CEFLAGS -I$dir/include"
LDEFLAGS="$LDEFLAGS -L$dir/lib"
- LIBS="$LIBS -lkrb -ldes"
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
break
fi
done