summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-08-15 16:02:41 +0000
committergdt <gdt@pkgsrc.org>2007-08-15 16:02:41 +0000
commite48d70d88a350d46a621767391ad78d042edff58 (patch)
tree919da16e36fe88c275980d086448ebac7ad5381b /mail/thunderbird
parentf587b7170d57466ffa6e02e181b65ca1d1f392cd (diff)
downloadpkgsrc-e48d70d88a350d46a621767391ad78d042edff58.tar.gz
In a comment, add reference to tbird bug report about LD_LIBRARY_PATH
being left in the environemnt. (There is no patch to fix this in pkgsrc, so the comment is at top level instead of in a patch file.)
Diffstat (limited to 'mail/thunderbird')
-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"