diff options
author | markd <markd@pkgsrc.org> | 2006-10-23 10:49:34 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-23 10:49:34 +0000 |
commit | dc9de7c78f0eff3f86b1703135d7d05ee81db7bf (patch) | |
tree | 75ac499db7cbb8e0abd44201a9bdc80169c0044b /www/seamonkey-gtk1 | |
parent | befcffa4e2dd8373012db02ef3c8357b9d3aeb7b (diff) | |
download | pkgsrc-dc9de7c78f0eff3f86b1703135d7d05ee81db7bf.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 'www/seamonkey-gtk1')
-rw-r--r-- | www/seamonkey-gtk1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey-gtk1/Makefile b/www/seamonkey-gtk1/Makefile index bb583536e91..8f6106b390b 100644 --- a/www/seamonkey-gtk1/Makefile +++ b/www/seamonkey-gtk1/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/09/26 22:21:32 salo Exp $ +# $NetBSD: Makefile,v 1.9 2006/10/23 10:49:34 markd Exp $ MOZILLA= seamonkey-gtk1 +PKGREVISION= 1 + COMMENT= Full featured gecko-based browser built with GTK1 .include "../../www/seamonkey/Makefile-seamonkey.common" |