diff options
author | oliver <oliver@FreeBSD.org> | 2004-03-17 04:09:29 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-03-17 04:09:29 +0800 |
commit | 12e985024301e10547bce1ca410e188042d061c3 (patch) | |
tree | 4f577cbb130d5b291e8276c5558d3e108270b786 /mail | |
parent | e886e5382e0388688c7160fa8cdc5c8788c523ad (diff) | |
download | freebsd-ports-gnome-12e985024301e10547bce1ca410e188042d061c3.tar.gz freebsd-ports-gnome-12e985024301e10547bce1ca410e188042d061c3.tar.zst freebsd-ports-gnome-12e985024301e10547bce1ca410e188042d061c3.zip |
add the courier-imap patch to sqwebmail too
Diffstat (limited to 'mail')
-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 |