aboutsummaryrefslogtreecommitdiff
path: root/www/libxul/files/patch-bug1330119
diff options
context:
space:
mode:
Diffstat (limited to 'www/libxul/files/patch-bug1330119')
-rw-r--r--www/libxul/files/patch-bug133011913
1 files changed, 0 insertions, 13 deletions
diff --git a/www/libxul/files/patch-bug1330119 b/www/libxul/files/patch-bug1330119
deleted file mode 100644
index 012282795220..000000000000
--- a/www/libxul/files/patch-bug1330119
+++ /dev/null
@@ -1,13 +0,0 @@
-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',