diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-24 20:11:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-24 20:11:29 +0000 |
commit | f9c0428ad5962a39ec1e86235b9080abc7d42a35 (patch) | |
tree | 8bce0e02fdf9d7e17f310dc7930b0d8d04c1c5c9 /mail/fetchmail/files | |
parent | 9f8a743a15df877ad436111b6fc87c7fa5fa7c06 (diff) | |
download | ports-f9c0428ad5962a39ec1e86235b9080abc7d42a35.tar.gz ports-f9c0428ad5962a39ec1e86235b9080abc7d42a35.zip |
Notes
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r-- | mail/fetchmail/files/patch-ad | 20 |
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" |