diff options
Diffstat (limited to 'multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn')
-rw-r--r-- | multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn b/multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn deleted file mode 100644 index b34b0548b661..000000000000 --- a/multimedia/ringrtc/files/patch-third__party_webrtc_system__wrappers_BUILD.gn +++ /dev/null @@ -1,15 +0,0 @@ ---- src/webrtc/src/system_wrappers/BUILD.gn.orig 2021-01-28 23:16:17 UTC -+++ src/webrtc/src/system_wrappers/BUILD.gn -@@ -58,11 +58,9 @@ rtc_library("system_wrappers") { - } - - if (is_linux || is_chromeos) { -- if (!build_with_chromium) { -+ if (!build_with_chromium && !is_bsd) { - sources += [ "source/cpu_features_linux.cc" ] - } -- -- libs += [ "rt" ] - } - - if (is_win) { |