firefox: update to 96.0.1, rebuild against icu-70.1_1

This commit is contained in:
Duncaen 2022-01-11 22:01:52 +01:00
parent de88083bbf
commit d619a716ed
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 14 additions and 14 deletions

View file

@ -1,20 +1,20 @@
--- a/third_party/libwebrtc/webrtc/system_wrappers/source/cpu_features_linux.c 2019-01-29 11:20:52.298793223 +0100 --- a/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
+++ b/third_party/libwebrtc/webrtc/system_wrappers/source/cpu_features_linux.c 2019-01-29 11:21:48.250250850 +0100 +++ b/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
@@ -14,7 +14,7 @@ @@ -18,7 +18,7 @@
#ifndef __GLIBC_PREREQ #define WEBRTC_GLIBC_PREREQ(a, b) 0
#define __GLIBC_PREREQ(a, b) 0
#endif #endif
-#if __GLIBC_PREREQ(2, 16)
+#if !__GLIBC__ || __GLIBC_PREREQ(2, 16) -#if WEBRTC_GLIBC_PREREQ(2, 16)
+#if !__GLIBC__ || WEBRTC_GLIBC_PREREQ(2, 16)
#include <sys/auxv.h> #include <sys/auxv.h>
#else #else
#include <fcntl.h> #include <errno.h>
@@ -32,7 +32,7 @@ @@ -40,7 +40,7 @@
int architecture = 0; int architecture = 0;
unsigned long hwcap = 0; uint64_t hwcap = 0;
const char* platform = NULL; const char* platform = NULL;
-#if __GLIBC_PREREQ(2, 16) -#if WEBRTC_GLIBC_PREREQ(2, 16)
+#if !__GLIBC__ || __GLIBC_PREREQ(2, 16) +#if !__GLIBC__ || WEBRTC_GLIBC_PREREQ(2, 16)
hwcap = getauxval(AT_HWCAP); hwcap = getauxval(AT_HWCAP);
platform = (const char*)getauxval(AT_PLATFORM); platform = (const char*)getauxval(AT_PLATFORM);
#else #else

View file

@ -3,7 +3,7 @@
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n". # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
# #
pkgname=firefox pkgname=firefox
version=95.0.1 version=96.0.1
revision=1 revision=1
build_helper="rust" build_helper="rust"
short_desc="Mozilla Firefox web browser" short_desc="Mozilla Firefox web browser"
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.mozilla.org/firefox/" homepage="https://www.mozilla.org/firefox/"
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
checksum=552a2bd731921f40694a4db8ad31dce6f4e9f52035d04e7cd1f917613f803efa checksum=cb86f3cbd31960305dee7d7f3dc254c64fb0462e27ea624ee62f3682e99079ee
lib32disabled=yes lib32disabled=yes