diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-20 12:25:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-20 12:25:42 +0000 |
commit | a51a2193256b109e5450ed6d0cf4958e9ff330d2 (patch) | |
tree | 36baa4aac5a8fc6d65118013ebf33663774871bd /mail/balsa/files/patch-configure | |
parent | refer to correct location in pkg-message (diff) |
Update to 1.3.0.
PR: 32927
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes:
svn path=/head/; revision=51886
Diffstat (limited to 'mail/balsa/files/patch-configure')
-rw-r--r-- | mail/balsa/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-configure b/mail/balsa/files/patch-configure new file mode 100644 index 000000000000..7143c8afe49f --- /dev/null +++ b/mail/balsa/files/patch-configure @@ -0,0 +1,20 @@ +--- configure Fri Dec 14 06:13:21 2001 ++++ configure.new Sun Dec 16 12:52:33 2001 +@@ -8869,7 +8869,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lldap -llber -lresolv $LIBS" ++LIBS="-lldap -llber $LIBS" + cat > conftest.$ac_ext <<EOF + #line 8875 "configure" + #include "confdefs.h" +@@ -8900,7 +8900,7 @@ + cat >> confdefs.h <<\EOF + #define ENABLE_LDAP 1 + EOF +- LIBS="-lldap -llber -lresolv $LIBS" ++ LIBS="-lldap -llber $LIBS" + else + echo "$ac_t""no" 1>&6 + { echo "configure: error: *** You enabled LDAP but ldap library is not found." 1>&2; exit 1; } |