diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-03-16 20:09:29 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-03-16 20:09:29 +0000 |
commit | fd1ad8f4edca667602bbc99b14fc817d42c7fd83 (patch) | |
tree | 17278dc426c07dc7aa38e690e41ba06ea5629757 | |
parent | Change pre-install to pre-su-install (diff) |
add the courier-imap patch to sqwebmail too
Notes
Notes:
svn path=/head/; revision=104199
-rw-r--r-- | mail/sqwebmail/files/patch-ldap | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/sqwebmail/files/patch-ldap b/mail/sqwebmail/files/patch-ldap new file mode 100644 index 000000000000..dd788f580a39 --- /dev/null +++ b/mail/sqwebmail/files/patch-ldap @@ -0,0 +1,21 @@ +--- authlib/configure.orig Wed Mar 3 05:54:13 2004 ++++ authlib/configure Tue Mar 16 19:36:40 2004 +@@ -1268,6 +1268,10 @@ + { (exit 1); exit 1; }; } + fi + ++CFLAGS="$CFLAGS -I%%LOCALBASE%%/include" ++CPPFLAGS="$CPPFLAGS -I%%LOCALBASE%%/include" ++LDFLAGS="-L%%LOCALBASE%%/lib $LDFLAGS" ++ + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +@@ -5088,6 +5092,7 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + ++#include <sys/types.h> + #if HAVE_NETINET_IN_H + #include <netinet/in.h> + #endif |