summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/thunderbird/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 37b41c9000b..7cea9d1f551 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/05/12 06:53:21 ghen Exp $
+# $NetBSD: Makefile,v 1.27 2007/08/15 16:02:41 gdt Exp $
MOZILLA= thunderbird
COMMENT= Mozilla mail client
@@ -6,5 +6,8 @@ COMMENT= Mozilla mail client
MOZILLA_USE_GTK2= # yes
MOZILLA_USE_XFT= YES
+# thunderbird passes LD_LIBRARY_PATH to mime handlers, making them fail:
+# https://bugzilla.mozilla.org/show_bug.cgi?id=392327
+
.include "../../mail/thunderbird/Makefile-thunderbird.common"
.include "../../mk/bsd.pkg.mk"