diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-28 15:05:04 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-28 15:05:28 +0200 |
commit | 08abb6980f4ba8f5d6930708620970e1e3bb29e0 (patch) | |
tree | 304cad46917fd895502cd1fe1533135f8279c449 /main/chromium/musl-fixes.patch | |
parent | 09e53bebab97bf86971b7e3bd96bbc6b741eb06f (diff) | |
download | aports-08abb6980f4ba8f5d6930708620970e1e3bb29e0.tar.bz2 aports-08abb6980f4ba8f5d6930708620970e1e3bb29e0.tar.xz |
main/chromium: upgrade to 44.0.2403.107
Diffstat (limited to 'main/chromium/musl-fixes.patch')
-rw-r--r-- | main/chromium/musl-fixes.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/chromium/musl-fixes.patch b/main/chromium/musl-fixes.patch index 049a06b8c8..144a008557 100644 --- a/main/chromium/musl-fixes.patch +++ b/main/chromium/musl-fixes.patch @@ -197,3 +197,23 @@ UMA_HISTOGRAM_ENUMERATION("Linux.WindowManager", GetLinuxWindowManager(), UMA_LINUX_WINDOW_MANAGER_COUNT); +--- ./third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c.orig ++++ ./third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c +@@ -38,7 +38,6 @@ + #include <sys/param.h> + #endif + #include <sys/types.h> +-#include <sys/sysctl.h> + #endif + #if HAVE_UNISTD_H + #include <unistd.h> +--- ./device/serial/serial_io_handler_posix.cc.orig ++++ ./device/serial/serial_io_handler_posix.cc +@@ -6,6 +6,7 @@ + + #include <sys/ioctl.h> + #include <termios.h> ++#include <asm-generic/ioctls.h> + + #include "base/posix/eintr_wrapper.h" + |