1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/mail/fetchmail/files/patch-ad
Michael Haro 547027d19d upgrade to 5.2.4
PR:		16488
Submitted by:	John Reynolds <jjreynold@home.com>
2000-01-31 23:58:12 +00:00

39 lines
1.1 KiB
Plaintext

--- configure.orig Sun Jan 16 10:07:09 2000
+++ configure Sun Jan 30 21:03:36 2000
@@ -1595,7 +1595,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
@@ -5555,7 +5555,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"
@@ -5586,7 +5586,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
@@ -5596,7 +5596,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