diff options
author | Martin Stransky <stransky@redhat.com> | 2017-04-18 10:36:12 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-04-18 10:36:12 +0200 |
commit | 40d475aa8829c18e344595f10f59e5dbd681cdf7 (patch) | |
tree | 1f029f2dcccef56d93069b2c540c1f3499b0e4aa /mozilla-1253216.patch | |
parent | Build fix - file-list typo (diff) | |
download | librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.tar.gz librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.tar.bz2 librewolf-fedora-ff-40d475aa8829c18e344595f10f59e5dbd681cdf7.zip |
Updated to 53.0
Diffstat (limited to 'mozilla-1253216.patch')
-rw-r--r-- | mozilla-1253216.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mozilla-1253216.patch b/mozilla-1253216.patch index c9252da..25e9ea0 100644 --- a/mozilla-1253216.patch +++ b/mozilla-1253216.patch @@ -1,9 +1,9 @@ -diff -up firefox-48.0/js/src/jit/AtomicOperations.h.old firefox-48.0/js/src/jit/AtomicOperations.h ---- firefox-48.0/js/src/jit/AtomicOperations.h.old 2016-07-27 09:42:43.148175449 +0200 -+++ firefox-48.0/js/src/jit/AtomicOperations.h 2016-07-27 09:41:13.000000000 +0200 -@@ -340,7 +340,7 @@ AtomicOperations::isLockfree(int32_t siz - # elif defined(__aarch64__) - # include "jit/arm64/AtomicOperations-arm64.h" +diff -up firefox-53.0/js/src/jit/AtomicOperations.h.1253216 firefox-53.0/js/src/jit/AtomicOperations.h +--- firefox-53.0/js/src/jit/AtomicOperations.h.1253216 2017-04-18 10:07:25.939282630 +0200 ++++ firefox-53.0/js/src/jit/AtomicOperations.h 2017-04-18 10:15:50.965436343 +0200 +@@ -348,7 +348,7 @@ AtomicOperations::isLockfree(int32_t siz + #elif defined(__sh__) + # include "jit/none/AtomicOperations-ppc.h" # else -# include "jit/none/AtomicOperations-none.h" // These MOZ_CRASH() always +# include "jit/none/AtomicOperations-ppc.h" |