From 4ffb3d28454e8f8f808418e3adb8509d3efc220e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 15 Sep 2022 07:18:08 +0200 Subject: extra/firefox: use 14.0.6 and not 14.0.6-1.0 as wasi dependency version --- extra/firefox/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/firefox') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 97580b1f..5cc4e992 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -22,9 +22,9 @@ eval "$( ' )" fi -makedepends=("${makedepends[@]/wasi-compiler-rt/wasi-compiler-rt=14.0.6-1.0}") # dustbin +makedepends=("${makedepends[@]/wasi-compiler-rt/wasi-compiler-rt=14.0.6}") # dustbin makedepends=(${makedepends[*]/wasi-libc++*/}) -makedepends+=(wasi-libc++=14.0.6-1.0 wasi-libc++abi=14.0.6-1.0 llvm13) # dustbin +makedepends+=(wasi-libc++=14.0.6 wasi-libc++abi=14.0.6 llvm13) # dustbin # try hard to tell ld and rust not to use too much memory (no lto, no debug info, etc.) eval "$( @@ -200,12 +200,12 @@ fi # https://bugzilla.mozilla.org/show_bug.cgi?id=1710235 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100644 # -#11:28.22 /usr/include/c++/11.1.0/type_traits:2933:11: error: no type named ‘type’ in -# ‘struct std::invoke_result > >::PutEntry(nsTHashtable > >::KeyType, const fallible_t&)::, mozilla::Maybe > >::EntryHandle>&&>’ +#zilla::dom::AccessibleNode> > >::EntryHandle>&&>? #11:28.22 2933 | using invoke_result_t = typename invoke_result<_Fn, _Args...>:: #type; makedepends+=(gcc10) @@ -228,7 +228,7 @@ eval "$( )" # 214:49.30 /build/firefox/src/firefox-99.0.1/modules/fdlibm/src/math_private.h:34:21: error: conflicting -# declaration ‘typedef __double_t double_t’ +# declaration ?typedef __double_t double_t? source+=('firefox-99.0.1-fdlibm-double.patch') sha256sums+=('62695e56daf8c0b8bb921980d475b3fd169b9134188ad9ffaeb9cd660589c23d') eval "$( -- cgit v1.2.3-54-g00ecf