From 3175fc0bc9f200b5aa831f7131348de7aac65691 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 31 Oct 2022 18:21:04 +0100 Subject: extra/firefox: building without webrtc on i686 --- extra/firefox/PKGBUILD | 4 ++-- extra/firefox/mozconfig-i686.patch | Bin 775 -> 808 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/firefox') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 88818fe6..7fb06ccb 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -14,7 +14,7 @@ eval "$( fi if [ "${CARCH}" = "i686" ]; then source+=('mozconfig-i686.patch') - sha256sums+=('268dce3de0396e6a9529b9105c2c00f06fbe9e8b666f886893d22f569735820a') + sha256sums+=('a0e274593c8d3587c4a669e22c480997cce24789f1dff78fb0da0f1d43083d68') eval "$( declare -f prepare | \ sed ' @@ -211,7 +211,7 @@ eval "$( # declaration ?typedef __double_t double_t? # and # typedef __float_t float_t; -# /usr/include/math.h:169:21: note: previous declaration as ‘typedef long double float_t’ +# /usr/include/math.h:169:21: note: previous declaration as ?typedef long double float_t? # typedef long double float_t; source+=('firefox-106.0.1-fdlibm.patch') sha256sums+=('ddc0945f2414828668dd922b6b8203f7fb54d7b1f0aac3e18299bccb5c2facab') diff --git a/extra/firefox/mozconfig-i686.patch b/extra/firefox/mozconfig-i686.patch index c19df269..f735ccb2 100644 Binary files a/extra/firefox/mozconfig-i686.patch and b/extra/firefox/mozconfig-i686.patch differ -- cgit v1.2.3-54-g00ecf