diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 21:17:32 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 21:17:32 -0500 |
commit | cce72287a527b46808158af6d6946cd57dfcaeec (patch) | |
tree | df672abbe2babacba82be27e1f7b04c87ba99518 /experimental/thunderbird/webrtc-broken.patch | |
parent | 4613eb823f0ad14257e0de868e78f457a263959f (diff) | |
download | packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.gz packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.bz2 packages-cce72287a527b46808158af6d6946cd57dfcaeec.tar.xz packages-cce72287a527b46808158af6d6946cd57dfcaeec.zip |
{experimental,legacy}/*: remove unneeded pkgs
The Thunderbird 60 release is no longer useful.
The legacy packages shown here are not useful and not coming back.
Diffstat (limited to 'experimental/thunderbird/webrtc-broken.patch')
-rw-r--r-- | experimental/thunderbird/webrtc-broken.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/experimental/thunderbird/webrtc-broken.patch b/experimental/thunderbird/webrtc-broken.patch deleted file mode 100644 index 593942fef..000000000 --- a/experimental/thunderbird/webrtc-broken.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naur firefox-60.0.orig/media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_linux.c firefox-60.0/media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_linux.c ---- firefox-60.0.orig/media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_linux.c 2018-05-13 17:33:55.266855917 -0700 -+++ firefox-60.0/media/webrtc/trunk/webrtc/system_wrappers/source/cpu_features_linux.c 2018-05-13 20:21:08.158464933 -0700 -@@ -11,7 +11,7 @@ - #include <stdlib.h> - #include <string.h> - #include <features.h> --#if __GLIBC_PREREQ(2, 16) -+#if __linux__ - #include <sys/auxv.h> - #else - #include <fcntl.h> -@@ -29,7 +29,7 @@ - int architecture = 0; - unsigned long hwcap = 0; - const char* platform = NULL; --#if __GLIBC_PREREQ(2, 16) -+#if __linux__ - hwcap = getauxval(AT_HWCAP); - platform = (const char*)getauxval(AT_PLATFORM); - #else -@@ -53,7 +53,7 @@ - } - close(fd); - } --#endif // __GLIBC_PREREQ(2,16) -+#endif // __linux__ - #if defined(__aarch64__) - architecture = 8; - if ((hwcap & HWCAP_FP) != 0) |