diff options
Diffstat (limited to 'www/chromium/files/patch-third__party_webrtc_base_linux.cc')
-rw-r--r-- | www/chromium/files/patch-third__party_webrtc_base_linux.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/chromium/files/patch-third__party_webrtc_base_linux.cc b/www/chromium/files/patch-third__party_webrtc_base_linux.cc deleted file mode 100644 index b51871524bdf..000000000000 --- a/www/chromium/files/patch-third__party_webrtc_base_linux.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- third_party/webrtc/base/linux.cc.orig 2017-01-26 00:50:17 UTC -+++ third_party/webrtc/base/linux.cc -@@ -8,7 +8,7 @@ - * be found in the AUTHORS file in the root of the source tree. - */ - --#if defined(WEBRTC_LINUX) -+#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - #include "webrtc/base/linux.h" - - #include <ctype.h> -@@ -261,4 +261,4 @@ int ReadCpuMaxFreq() { - - } // namespace rtc - --#endif // defined(WEBRTC_LINUX) -+#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) |