diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-25 04:11:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-25 04:11:29 +0800 |
commit | 5df671462d173857e429abbc7aa3ec86be3fe008 (patch) | |
tree | 67e766e133620db10405575f3f80a486fa4bedd5 /mail/fetchmail | |
parent | b09026a38972a3d3b2562d2d1ad7d39fe99ab8c6 (diff) | |
download | freebsd-ports-gnome-5df671462d173857e429abbc7aa3ec86be3fe008.tar.gz freebsd-ports-gnome-5df671462d173857e429abbc7aa3ec86be3fe008.tar.zst freebsd-ports-gnome-5df671462d173857e429abbc7aa3ec86be3fe008.zip |
Hopefully move the -lcom_err for krb4 to the right place this time.
Diffstat (limited to 'mail/fetchmail')
-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" |