summaryrefslogtreecommitdiff
path: root/www/firefox-gtk1
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-10-23 10:49:34 +0000
committermarkd <markd@pkgsrc.org>2006-10-23 10:49:34 +0000
commitdc9de7c78f0eff3f86b1703135d7d05ee81db7bf (patch)
tree75ac499db7cbb8e0abd44201a9bdc80169c0044b /www/firefox-gtk1
parentbefcffa4e2dd8373012db02ef3c8357b9d3aeb7b (diff)
downloadpkgsrc-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/firefox-gtk1')
-rw-r--r--www/firefox-gtk1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox-gtk1/Makefile b/www/firefox-gtk1/Makefile
index 333300ac4a1..e5816d063b4 100644
--- a/www/firefox-gtk1/Makefile
+++ b/www/firefox-gtk1/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2006/05/04 05:16:13 ghen Exp $
+# $NetBSD: Makefile,v 1.14 2006/10/23 10:49:35 markd Exp $
MOZILLA= firefox-gtk1
+PKGREVISION= 1
+
COMMENT= Lightweight gecko-based web browser built with GTK+-1.x
.include "../../www/firefox/Makefile-firefox.common"