diff options
author | Tim Brust <tim.brust@sinnerschrader.com> | 2019-02-28 12:17:02 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-03 17:43:25 +0000 |
commit | 44fb57ec93253272586601b7d9e886205cef9a25 (patch) | |
tree | ca3d20fd3be90468d30a002df0f33c7d4ec8b28e /testing/firefox/fix-webrtc-glibcisms.patch | |
parent | 7215e61ae99adbe8c7bb36c5bedd3408c673ac00 (diff) | |
download | aports-44fb57ec93253272586601b7d9e886205cef9a25.tar.bz2 aports-44fb57ec93253272586601b7d9e886205cef9a25.tar.xz |
testing/firefox: upgrade to 65.0
Diffstat (limited to 'testing/firefox/fix-webrtc-glibcisms.patch')
-rw-r--r-- | testing/firefox/fix-webrtc-glibcisms.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/firefox/fix-webrtc-glibcisms.patch b/testing/firefox/fix-webrtc-glibcisms.patch index dc9206b50e..46fe958e73 100644 --- a/testing/firefox/fix-webrtc-glibcisms.patch +++ b/testing/firefox/fix-webrtc-glibcisms.patch @@ -1,9 +1,9 @@ --- ./media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_linux.c.orig 2018-05-09 23:48:44.677389171 +0200 +++ ./media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_linux.c 2018-05-09 23:48:56.254373557 +0200 -@@ -11,7 +11,9 @@ - #include <stdlib.h> - #include <string.h> - #include <features.h> +@@ -14,7 +14,9 @@ + #ifndef __GLIBC_PREREQ + #define __GLIBC_PREREQ(a, b) 0 + #endif -#if __GLIBC_PREREQ(2, 16) +#if !defined(__GLIBC__) +#include <sys/auxv.h> |