diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-25 04:14:23 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-25 04:14:23 +0800 |
commit | daf17f39430a43c2b99178f2128a154c4c8bb40f (patch) | |
tree | 6f31959185defab15459b08a8a0c90cef9164787 /mail/fetchmail | |
parent | 5df671462d173857e429abbc7aa3ec86be3fe008 (diff) | |
download | freebsd-ports-gnome-daf17f39430a43c2b99178f2128a154c4c8bb40f.tar.gz freebsd-ports-gnome-daf17f39430a43c2b99178f2128a154c4c8bb40f.tar.zst freebsd-ports-gnome-daf17f39430a43c2b99178f2128a154c4c8bb40f.zip |
Throw in the towel and just cover every use of -lkrb
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/files/patch-ad | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad index d6a52b4c444d..84e7a9dff080 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 Fri Sep 24 13:09:48 1999 ++++ configure Fri Sep 24 13:13:25 1999 @@ -4970,7 +4970,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else @@ -27,3 +27,21 @@ elif test -n "$with_kerberos" -a -n "$with_kerberos5" then CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include" +@@ -5399,7 +5399,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 +@@ -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 |