summaryrefslogtreecommitdiff
path: root/www/firefox-gtk1
diff options
context:
space:
mode:
authormarkd <markd>2006-10-23 10:49:34 +0000
committermarkd <markd>2006-10-23 10:49:34 +0000
commitb15343ba8fdfd7a45f8db95487a2efe629616e73 (patch)
tree75ac499db7cbb8e0abd44201a9bdc80169c0044b /www/firefox-gtk1
parent96446d2e8c9b8b07996f239df4429d919d9e4807 (diff)
downloadpkgsrc-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 '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"