summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1330119
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-02-28 04:32:28 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-02-28 04:32:28 +0000
commitb139b27679e877bf15bf3c479c509083873b2cd5 (patch)
tree609ef5a97fb0ae2966c62b228dd41191cb69dda8 /www/firefox/files/patch-bug1330119
parentmultimedia/plexmediaserver{-plexpass}: Add option for Plex Relay (diff)
www/firefox: update to 52.0 (rc1)
More candidates are likely to come before the official announcement (aka the rush hour) scheduled on 2017-03-07. This one intended to pick up upstream security fixes earlier while looking for downstream regressions. Changes: https://www.mozilla.org/firefox/52.0/releasenotes/ Security: 96eca031-1313-4daf-9be2-9d6e1c4f1eb5 MFH: 2017Q1 (piling up, requires r431637 + r434531)
Diffstat (limited to 'www/firefox/files/patch-bug1330119')
-rw-r--r--www/firefox/files/patch-bug133011913
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/files/patch-bug1330119 b/www/firefox/files/patch-bug1330119
deleted file mode 100644
index 012282795220..000000000000
--- a/www/firefox/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',