summaryrefslogtreecommitdiff
path: root/mail/thunderbird/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-02-04 00:15:48 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-02-04 00:15:48 +0000
commit8d3e192df1df51f7c4058277cf45d12f435eae89 (patch)
tree47e89063be3eba467767d9628fade23e7ed7f31a /mail/thunderbird/Makefile
parent404563535b80056002ac1f2e50468fd47778e714 (diff)
downloadpkgsrc-8d3e192df1df51f7c4058277cf45d12f435eae89.tar.gz
Get these mozilla clients to work on Solaris-2.9/sparc. There were
two issues. The PLIST was incorrect and since the PLIST is used by the "moz-install" script, anything missing from the PLIST is never installed even when building from source. When libfreebl* were not installed it caused the clients to fail to load the security component and fail with "The browser failed to load its security component". The second issue is that many installations of solaris-2.9 include various glib/gtk/gnome libraries in /usr/lib. This causes failures because the pkgsrc ones were used at link time and the /usr/lib ones at run time. Work around this by setting a LD_LIBRARY_PATH that includes the pkgsrc lib directory first. pkgrevision bumps all around.
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r--mail/thunderbird/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 7d0dd939790..8c4ede19dd0 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2006/11/08 13:15:40 ghen Exp $
+# $NetBSD: Makefile,v 1.23 2007/02/04 00:15:48 dmcmahill Exp $
MOZILLA= thunderbird
-
+PKGREVISION= 1
COMMENT= Mozilla mail client
MOZILLA_USE_GTK2= # yes