aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/files/patch-bug133011913
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug1330119 b/mail/thunderbird/files/patch-bug1330119
new file mode 100644
index 000000000000..17bf191ff961
--- /dev/null
+++ b/mail/thunderbird/files/patch-bug1330119
@@ -0,0 +1,13 @@
+diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
+index 019487bd69a2..a54026e70412 100644
+--- mozilla/xpcom/reflect/xptcall/md/unix/moz.build
++++ mozilla/xpcom/reflect/xptcall/md/unix/moz.build
+@@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
+ 'xptcstubs_netbsd_m68k.cpp'
+ ]
+
+-if CONFIG['OS_ARCH'] == 'Linux':
++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD'):
+ if CONFIG['OS_TEST'] == 'aarch64':
+ SOURCES += [
+ 'xptcinvoke_aarch64.cpp',