aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_base_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_webrtc_base_linux.h')
-rw-r--r--www/chromium/files/patch-third__party_webrtc_base_linux.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third__party_webrtc_base_linux.h b/www/chromium/files/patch-third__party_webrtc_base_linux.h
new file mode 100644
index 000000000000..0adf4654b32d
--- /dev/null
+++ b/www/chromium/files/patch-third__party_webrtc_base_linux.h
@@ -0,0 +1,18 @@
+--- third_party/webrtc/base/linux.h.orig 2016-05-11 19:04:03 UTC
++++ third_party/webrtc/base/linux.h
+@@ -11,7 +11,7 @@
+ #ifndef WEBRTC_BASE_LINUX_H_
+ #define WEBRTC_BASE_LINUX_H_
+
+-#if defined(WEBRTC_LINUX)
++#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)
+ #include <string>
+ #include <map>
+ #include <vector>
+@@ -114,5 +114,5 @@ int ReadCpuMaxFreq();
+
+ } // namespace rtc
+
+-#endif // defined(WEBRTC_LINUX)
++#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)
+ #endif // WEBRTC_BASE_LINUX_H_