diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-11-24 13:19:01 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-11-24 13:19:26 -0600 |
commit | e3172f521768af3d349a22889229a0e9669de9c6 (patch) | |
tree | 17afc461941124d9c1721e009ac6f204cdf5daca /testing/chromium/chromium-webrtc.patch | |
parent | 228431404d99b59b6d67e52d47fa88f3b8cdccb0 (diff) | |
download | aports-e3172f521768af3d349a22889229a0e9669de9c6.tar.bz2 aports-e3172f521768af3d349a22889229a0e9669de9c6.tar.xz |
testing/chromium: it builds (no promises other than that though)
Diffstat (limited to 'testing/chromium/chromium-webrtc.patch')
-rw-r--r-- | testing/chromium/chromium-webrtc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/chromium/chromium-webrtc.patch b/testing/chromium/chromium-webrtc.patch new file mode 100644 index 000000000..66bbcbd1d --- /dev/null +++ b/testing/chromium/chromium-webrtc.patch @@ -0,0 +1,10 @@ +--- chromium-17.0.942.0.orig/third_party/webrtc/system_wrappers/source/cpu_info.cc ++++ chromium-17.0.942.0/third_party/webrtc/system_wrappers/source/cpu_info.cc +@@ -20,6 +20,7 @@ + #elif defined(WEBRTC_ANDROID) + // Not implemented yet, might be possible to use Linux implementation + #else // defined(WEBRTC_LINUX) ++#include <unistd.h> + #include <sys/sysinfo.h> + #endif + |