diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-19 11:25:28 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-19 11:25:28 +0000 |
commit | c16332dab7b02117be3c4acaa6e30ecc3845b910 (patch) | |
tree | 445b396957bf68e2b06a89be6539192b85a58b0a /net/courier-authlib-ldap/files/patch-ldap | |
parent | Add explicit perl dependency. will no longer be implied by USE_X_PREFIX. (diff) |
Add courier-authlib
<quote>
Copies of this library code used to exist in other tarballs: Courier,
Courier-IMAP, and SqWebMail. Building and installing any of these packages
would've automatically installed this authentication code.
The authentication library is now a separate, standalone package. This
authentication library must now be installed, separately, before upgrading
to the following builds (or if installing them for the first time):
Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information.
</quote>
http://www.courier-mta.org/authlib/
Notes
Notes:
svn path=/head/; revision=124478
Diffstat (limited to 'net/courier-authlib-ldap/files/patch-ldap')
-rw-r--r-- | net/courier-authlib-ldap/files/patch-ldap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/courier-authlib-ldap/files/patch-ldap b/net/courier-authlib-ldap/files/patch-ldap new file mode 100644 index 000000000000..1cae12242d67 --- /dev/null +++ b/net/courier-authlib-ldap/files/patch-ldap @@ -0,0 +1,13 @@ +--- configure.orig Wed Mar 3 05:54:13 2004 ++++ 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' |