diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-12 19:14:50 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-12 19:14:50 +0000 |
commit | 7bedeea4318d5d0d50d3cc55ec34c6d5ef9397b6 (patch) | |
tree | cd3aaefd77f19299bfcd34a762a781f500ee1e50 /security/cyrus-sasl2/files | |
parent | 8eb9c488e7735170571f1437b3d5110131fb642a (diff) | |
download | ports-7bedeea4318d5d0d50d3cc55ec34c6d5ef9397b6.tar.gz ports-7bedeea4318d5d0d50d3cc55ec34c6d5ef9397b6.zip |
Update to 1.5.24
PR: ports/20376
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Approved by: Scot W. Hetzel <hetzels@westbend.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=31582
Diffstat (limited to 'security/cyrus-sasl2/files')
-rw-r--r-- | security/cyrus-sasl2/files/patch-ab | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/security/cyrus-sasl2/files/patch-ab b/security/cyrus-sasl2/files/patch-ab index 334527822474..797e5ef3a899 100644 --- a/security/cyrus-sasl2/files/patch-ab +++ b/security/cyrus-sasl2/files/patch-ab @@ -1,5 +1,5 @@ ---- configure.in.orig Mon May 8 12:51:13 2000 -+++ configure.in Sat Jun 10 20:23:18 2000 +--- configure.in.orig Thu Aug 3 14:34:08 2000 ++++ configure.in Thu Aug 3 14:39:24 2000 @@ -66,8 +66,9 @@ dnl check for -R, etc. switch CMU_GUESS_RUNPATH_SWITCH @@ -12,24 +12,3 @@ AM_DISABLE_STATIC -@@ -413,8 +414,9 @@ - - if test "$with_des" != no; then - AC_CHECK_HEADER(krb.h, -- AC_CHECK_LIB(krb, krb_mk_priv,:, -- AC_WARN(No Kerberos V4 found); krb4=no, -+ AC_CHECK_LIB(krb, krb_mk_priv, COM_ERR="", -+ AC_CHECK_LIB(krb, krb_mk_err, COM_ERR="-lcom_err", -+ AC_WARN(No Kerberos V4 found); krb4=no,-ldes -lcom_err), - -ldes), - AC_WARN(No Kerberos V4 found); krb4=no) - else -@@ -428,7 +430,7 @@ - AC_MSG_RESULT(enabled) - SASL_MECHS="$SASL_MECHS libkerberos4.la" - AC_DEFINE(HAVE_KRB) -- SASL_KRB_LIB="-lkrb -ldes" -+ SASL_KRB_LIB="-lkrb -ldes $COM_ERR" - AC_SUBST(SASL_KRB_LIB) - else - AC_MSG_RESULT(disabled) |