dc9de7c78f
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.
12 lines
269 B
Makefile
12 lines
269 B
Makefile
# $NetBSD: Makefile,v 1.21 2006/10/23 10:49:34 markd Exp $
|
|
|
|
MOZILLA= thunderbird
|
|
PKGREVISION= 3
|
|
|
|
COMMENT= Mozilla mail client
|
|
|
|
MOZILLA_USE_GTK2= # yes
|
|
MOZILLA_USE_XFT= YES
|
|
|
|
.include "../../mail/thunderbird/Makefile-thunderbird.common"
|
|
.include "../../mk/bsd.pkg.mk"
|