summaryrefslogtreecommitdiff
path: root/mozilla-build-arm.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-04-18 10:36:12 +0200
committerMartin Stransky <stransky@redhat.com>2017-04-18 10:36:12 +0200
commit40d475aa8829c18e344595f10f59e5dbd681cdf7 (patch)
tree1f029f2dcccef56d93069b2c540c1f3499b0e4aa /mozilla-build-arm.patch
parentBuild fix - file-list typo (diff)
downloadlibrewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.tar.gz
librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.tar.bz2
librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.zip
Updated to 53.0
Diffstat (limited to 'mozilla-build-arm.patch')
-rw-r--r--mozilla-build-arm.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/mozilla-build-arm.patch b/mozilla-build-arm.patch
index 1e1e57c..e390a28 100644
--- a/mozilla-build-arm.patch
+++ b/mozilla-build-arm.patch
@@ -12,27 +12,3 @@ diff -up firefox-52.0/gfx/skia/skia/include/core/SkPreConfig.h.arm firefox-52.0/
//////////////////////////////////////////////////////////////////////
#if !defined(SKIA_IMPLEMENTATION)
-diff -up firefox-52.0/media/webrtc/trunk/webrtc/build/common.gypi.arm firefox-52.0/media/webrtc/trunk/webrtc/build/common.gypi
---- firefox-52.0/media/webrtc/trunk/webrtc/build/common.gypi.arm 2016-09-05 22:12:57.000000000 +0200
-+++ firefox-52.0/media/webrtc/trunk/webrtc/build/common.gypi 2017-03-03 13:53:52.480754536 +0100
-@@ -312,20 +312,6 @@
- 'defines': [
- 'WEBRTC_ARCH_ARM',
- ],
-- 'conditions': [
-- ['arm_version>=7', {
-- 'defines': ['WEBRTC_ARCH_ARM_V7',
-- 'WEBRTC_BUILD_NEON_LIBS'],
-- 'conditions': [
-- ['arm_neon==1', {
-- 'defines': ['WEBRTC_ARCH_ARM_NEON',],
-- }],
-- ['arm_neon==0 and arm_neon_optional==1', {
-- 'defines': ['WEBRTC_DETECT_ARM_NEON',],
-- }],
-- ],
-- }],
-- ],
- }],
- ['os_bsd==1', {
- 'defines': [
bgstack15