diff options
author | markd <markd> | 2006-10-23 10:49:34 +0000 |
---|---|---|
committer | markd <markd> | 2006-10-23 10:49:34 +0000 |
commit | b15343ba8fdfd7a45f8db95487a2efe629616e73 (patch) | |
tree | 75ac499db7cbb8e0abd44201a9bdc80169c0044b /time/sunbird/Makefile | |
parent | 96446d2e8c9b8b07996f239df4429d919d9e4807 (diff) | |
download | pkgsrc-b15343ba8fdfd7a45f8db95487a2efe629616e73.tar.gz |
thunderbird's ldap doesn't work talking to an ipv4 ldap server if
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is
the default on NetBSD. Patch to use a v4 socket when talking to an ipv4
ldap server. Fixes my PR 33511.
seamonkey/firefox/sunbird have the same code so make the same patch.
OKed ghen. Bump PKGREVISION.
Diffstat (limited to 'time/sunbird/Makefile')
-rw-r--r-- | time/sunbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/sunbird/Makefile b/time/sunbird/Makefile index f3769b75790..d53be5c853b 100644 --- a/time/sunbird/Makefile +++ b/time/sunbird/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/10/19 10:27:06 markd Exp $ +# $NetBSD: Makefile,v 1.4 2006/10/23 10:49:34 markd Exp $ MOZILLA= sunbird -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Mozilla stand-alone calendar application |