aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/files/patch-bug133011913
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-bug1330119 b/www/firefox-esr/files/patch-bug1330119
new file mode 100644
index 000000000000..012282795220
--- /dev/null
+++ b/www/firefox-esr/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
+--- xpcom/reflect/xptcall/md/unix/moz.build
++++ 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',