diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-05-08 19:25:07 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-05-08 19:25:07 +0000 |
commit | e6cf66fe471edfcea905d60a3397b78a4a539058 (patch) | |
tree | 69a1383bd20c47a9cb55166db8e28f58649c78f5 | |
parent | Update to 4202 (diff) |
Add the patch from the previous commit.
PR: 36920
Notes
Notes:
svn path=/head/; revision=58730
-rw-r--r-- | mail/courier-imap/files/patch-ldap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/courier-imap/files/patch-ldap b/mail/courier-imap/files/patch-ldap new file mode 100644 index 000000000000..0fd212c70cdb --- /dev/null +++ b/mail/courier-imap/files/patch-ldap @@ -0,0 +1,13 @@ +--- authlib/configure.orig Mon Apr 8 23:36:04 2002 ++++ authlib/configure Mon Apr 8 23:35:24 2002 +@@ -554,6 +554,10 @@ + > $cache_file + fi + ++CFLAGS="$CFLAGS -I/usr/local/include" ++CPPFLAGS="$CPPFLAGS -I/usr/local/include" ++LDFLAGS="-L/usr/local/lib $LDFLAGS" ++ + ac_ext=c + # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. + ac_cpp='$CPP $CPPFLAGS' |