summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-03-08 08:53:08 +0000
committergrant <grant@pkgsrc.org>2005-03-08 08:53:08 +0000
commitc8f26924530024782f34936729ad86d9f4c6ea26 (patch)
tree9341e2e5f585e5e3fe1400c604519a657632570d /mail/thunderbird/patches
parent6ff405be8b8c628874e3cfaed806adb8962f8b48 (diff)
downloadpkgsrc-c8f26924530024782f34936729ad86d9f4c6ea26.tar.gz
apply patch from mozilla CVS to fix bug id #260337 (installer missing
libnsl on Solaris), as well as another sh(1) portability fix. https://bugzilla.mozilla.org/show_bug.cgi?id=260337 no PKGREVISION bump because this didn't build on Solaris without libnsl.
Diffstat (limited to 'mail/thunderbird/patches')
-rw-r--r--mail/thunderbird/patches/patch-ce15
-rw-r--r--mail/thunderbird/patches/patch-cf14
2 files changed, 29 insertions, 0 deletions
diff --git a/mail/thunderbird/patches/patch-ce b/mail/thunderbird/patches/patch-ce
new file mode 100644
index 00000000000..3df0df2c8e5
--- /dev/null
+++ b/mail/thunderbird/patches/patch-ce
@@ -0,0 +1,15 @@
+$NetBSD: patch-ce,v 1.1 2005/03/08 08:53:08 grant Exp $
+
+--- toolkit/mozapps/installer/unix/wizard/Makefile.in.orig 2004-08-27 05:57:00.000000000 +1000
++++ toolkit/mozapps/installer/unix/wizard/Makefile.in
+@@ -60,6 +60,10 @@ LIBS = \
+ -lpthread \
+ $(NULL)
+
++ifeq ($(OS_ARCH),SunOS)
++LIBS += -lnsl
++endif
++
+ EXTRA_DEPS = \
+ $(DIST)/lib/$(LIB_PREFIX)jar50_s.$(LIB_SUFFIX) \
+ $(DIST)/lib/$(LIB_PREFIX)xpnet_s.$(LIB_SUFFIX) \
diff --git a/mail/thunderbird/patches/patch-cf b/mail/thunderbird/patches/patch-cf
new file mode 100644
index 00000000000..2eab41d777f
--- /dev/null
+++ b/mail/thunderbird/patches/patch-cf
@@ -0,0 +1,14 @@
+$NetBSD: patch-cf,v 1.1 2005/03/08 08:53:08 grant Exp $
+
+--- mail/config/mozconfig.orig 2004-10-31 16:00:51.000000000 +1100
++++ mail/config/mozconfig
+@@ -3,7 +3,8 @@
+ # . $topsrcdir/mail/config/mozconfig
+ # to the top of your mozconfig file.
+
+-export MOZ_THUNDERBIRD=1
++MOZ_THUNDERBIRD=1
++export MOZ_THUNDERBIRD
+ mk_add_options MOZ_THUNDERBIRD=1
+
+ ac_add_options --enable-crypto