summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-24 20:11:29 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-24 20:11:29 +0000
commitf9c0428ad5962a39ec1e86235b9080abc7d42a35 (patch)
tree8bce0e02fdf9d7e17f310dc7930b0d8d04c1c5c9 /mail/fetchmail
parent* Corrected Makefile with respect to ${PREFIX} (diff)
Hopefully move the -lcom_err for krb4 to the right place this time.
Notes
Notes: svn path=/head/; revision=21922
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/files/patch-ad20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
index 328309c2edba..d6a52b4c444d 100644
--- a/mail/fetchmail/files/patch-ad
+++ b/mail/fetchmail/files/patch-ad
@@ -1,5 +1,5 @@
--- configure.orig Thu Sep 16 00:21:02 1999
-+++ configure Wed Sep 22 15:11:56 1999
++++ configure Fri Sep 24 13:09:48 1999
@@ -4970,7 +4970,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -18,12 +18,12 @@
else
echo "$ac_t""no" 1>&6
-@@ -5409,7 +5409,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
+@@ -5368,7 +5368,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"
+ then
+ CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"