summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-me
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-me')
-rw-r--r--mail/thunderbird/patches/patch-me18
1 files changed, 3 insertions, 15 deletions
diff --git a/mail/thunderbird/patches/patch-me b/mail/thunderbird/patches/patch-me
index 15b4833e10f..5b25b00de20 100644
--- a/mail/thunderbird/patches/patch-me
+++ b/mail/thunderbird/patches/patch-me
@@ -1,22 +1,10 @@
-$NetBSD: patch-me,v 1.3 2010/07/12 16:49:22 tnn Exp $
+$NetBSD: patch-me,v 1.4 2011/08/19 14:39:10 tnn Exp $
Add DragonFly support.
-Disable assembly routines in freebl on Linux (PR pkg/43146)
---- mozilla/security/nss/lib/freebl/Makefile.orig 2010-04-13 22:22:54.000000000 +0000
+--- mozilla/security/nss/lib/freebl/Makefile.orig 2009-06-29 18:15:13.000000000 +0200
+++ mozilla/security/nss/lib/freebl/Makefile
-@@ -154,7 +154,9 @@ ifeq ($(USE_N32),1)
- endif
- endif
-
--ifeq ($(OS_TARGET),Linux)
-+# pkgsrc PR pkg/43146
-+#ifeq ($(OS_TARGET),Linux)
-+ifeq (true, false)
- ifeq ($(CPU_ARCH),x86_64)
- ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s
- ASFLAGS += -march=opteron -m64 -fPIC -Wa,--noexecstack
-@@ -224,7 +226,7 @@ endif
+@@ -212,7 +212,7 @@ endif
# to bind the blapi function references in FREEBLVector vector
# (ldvector.c) to the blapi functions defined in the freebl
# shared libraries.