File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1- diff --git a/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc b/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
2- index 335bed4..1bf3a7d 100644
3- --- a/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
4- +++ b/third_party/libwebrtc/system_wrappers/source/cpu_features_linux.cc
5- @@ -18,7 +18,7 @@
1+ --- a/third_party/libwebrtc/rtc_base/cpu_info.cc
2+ +++ b/third_party/libwebrtc/rtc_base/cpu_info.cc
3+ @@ -37,7 +37,7 @@
64 #define WEBRTC_GLIBC_PREREQ(a, b) 0
75 #endif
86
97- #if WEBRTC_GLIBC_PREREQ(2, 16)
108+ #if !__GLIBC__ || WEBRTC_GLIBC_PREREQ(2, 16)
11- #include <sys/auxv.h>
9+ #include <sys/auxv.h> // IWYU pragma: keep
1210 #else
1311 #include <errno.h>
14- @@ -40 ,7 +40 ,7 @@ uint64_t GetCPUFeaturesARM(void) {
15- int architecture = 0 ;
16- uint64_t hwcap = 0;
17- const char* platform = NULL ;
12+ @@ -205 ,7 +205 ,7 @@
13+ return false ;
14+ #elif defined(WEBRTC_LINUX)
15+ uint64_t hwcap = 0 ;
1816- #if WEBRTC_GLIBC_PREREQ(2, 16)
1917+ #if !__GLIBC__ || WEBRTC_GLIBC_PREREQ(2, 16)
20- hwcap = getauxval(AT_HWCAP);
21- platform = (const char*)getauxval(AT_PLATFORM);
18+ hwcap = getauxval(AT_HWCAP);
2219 #else
20+ ElfW(auxv_t) auxv;
Original file line number Diff line number Diff line change 11# Template file for 'librewolf'
22pkgname=librewolf
3- version=144 .0.2
3+ version=145 .0.1
44revision=1
5- _rev=1
5+ _rev=2
66wrksrc=${pkgname}-${version}-${_rev}
77build_helper="rust"
88short_desc="LibreWolf web browser"
99maintainer="index <index@mailbox.org>"
1010license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
1111homepage="https://librewolf.net/"
1212distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13- checksum=32b9f75aa2ca8688be3051d1090b78db8e570cb87bb720a2c97dc9321e7f16ad
13+ checksum=fd3b6acfbaaaf910a4804dcfb6a4ab79067efa39ec7ba09ea57517434a05113e
1414
1515lib32disabled=yes
1616
17- _llvmver=19
17+ _llvmver=21
1818hostmakedepends="unzip zip pkg-config perl python3 yasm rust
1919 cargo llvm${_llvmver} clang${_llvmver} lld${_llvmver} nodejs cbindgen nasm which
2020 tar xz $(vopt_if pgo 'xvfb-run dbus mesa-dri vulkan-loader pciutils')
You can’t perform that action at this time.
0 commit comments