diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-06 06:00:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-07 14:40:55 +0000 |
commit | 5f276606f194b9b107043dda8d8479a9842f13cb (patch) | |
tree | 74189c769c729326ddd8578aee0890aa377422da /community/chromium/secure_getenv.patch | |
parent | ec982866ada0790335f5550608772b72f71e69a8 (diff) | |
download | aports-5f276606f194b9b107043dda8d8479a9842f13cb.tar.bz2 aports-5f276606f194b9b107043dda8d8479a9842f13cb.tar.xz |
community/chromium: upgrade to 76
disabel armhf and armv7 til we sorted out the clang++ problem
Diffstat (limited to 'community/chromium/secure_getenv.patch')
-rw-r--r-- | community/chromium/secure_getenv.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/chromium/secure_getenv.patch b/community/chromium/secure_getenv.patch index 842a11532d..9ab048b626 100644 --- a/community/chromium/secure_getenv.patch +++ b/community/chromium/secure_getenv.patch @@ -1,16 +1,16 @@ --- ./third_party/angle/third_party/vulkan-loader/src/loader/loader.c.orig +++ ./third_party/angle/third_party/vulkan-loader/src/loader/loader.c -@@ -37,6 +37,9 @@ - #include <CoreFoundation/CoreFoundation.h> - #include <sys/param.h> - #endif +@@ -35,6 +35,9 @@ + #include <stdbool.h> + #include <string.h> + #include <stddef.h> +#if defined(HAVE_GETAUXVAL) +#include <sys/auxv.h> +#endif - #include <sys/types.h> - #if defined(_WIN32) - #include "dirent_on_windows.h" -@@ -240,6 +243,8 @@ + + #if defined(__APPLE__) + #include <CoreFoundation/CoreFoundation.h> +@@ -256,6 +259,8 @@ #elif defined(HAVE___SECURE_GETENV) (void)inst; return __secure_getenv(name); |