diff options
author | noname <noname@no.com> | 2019-01-06 12:46:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-07 14:30:27 +0000 |
commit | 42d0fe5b17329c55a287471860d50478d65c8669 (patch) | |
tree | 547da47a5b025fd3ef51ee7df8c7f96be0fcc5da /community/firefox-esr/discard-x86-precision-musl.patch | |
parent | e59e2abc0e39b003b4bf8bcf8fb03bcb6fd15bf6 (diff) | |
download | aports-42d0fe5b17329c55a287471860d50478d65c8669.tar.bz2 aports-42d0fe5b17329c55a287471860d50478d65c8669.tar.xz |
community/firefox-esr: upgrade to 60.4.0
Diffstat (limited to 'community/firefox-esr/discard-x86-precision-musl.patch')
-rw-r--r-- | community/firefox-esr/discard-x86-precision-musl.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/firefox-esr/discard-x86-precision-musl.patch b/community/firefox-esr/discard-x86-precision-musl.patch deleted file mode 100644 index 0a5aa4721d..0000000000 --- a/community/firefox-esr/discard-x86-precision-musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/js/src/jsnum.cpp -+++ b/js/src/jsnum.cpp -@@ -1120,7 +1120,7 @@ - void - js::FIX_FPU() - { --#if (defined __GNUC__ && defined __i386__) || \ -+#if (defined __GLIBC__ && defined __i386__) || \ - (defined __SUNPRO_CC && defined __i386) - short control; - asm("fstcw %0" : "=m" (control) : ); |