summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-ce
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-ce')
-rw-r--r--mail/thunderbird/patches/patch-ce15
1 files changed, 15 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) \