1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/fetchmail/files/patch-ad
Munechika SUMIKAWA 1a257fe2a5 Update to 5.3.8.
PR:		18446, 18456
Submitted by:	Ville Eerola <ve@sci.fi>
2000-05-14 18:50:17 +00:00

40 lines
1.2 KiB
Plaintext

diff -ru ../fetchmail-5.3.8.old/configure ./configure
--- ../fetchmail-5.3.8.old/configure Fri Apr 14 09:32:49 2000
+++ ./configure Tue May 9 02:19:31 2000
@@ -1637,7 +1637,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
@@ -5693,7 +5693,7 @@
then
echo "Configuring kerberosIV for `uname`"
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -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"
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
@@ -5724,7 +5724,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -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
@@ -5734,7 +5734,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
LDEFLAGS="$LDEFLAGS -L$dir/lib"
- LIBS="$LIBS -lkrb -ldes"
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
break
fi
done