aboutsummaryrefslogtreecommitdiff
path: root/devel/electron21/files/patch-third__party_webrtc_rtc__base_BUILD.gn
blob: 9c8bb40ae876666d5af121153f2d5b15d2d4f708 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/rtc_base/BUILD.gn.orig	2022-09-24 10:57:32 UTC
+++ third_party/webrtc/rtc_base/BUILD.gn
@@ -1250,7 +1250,7 @@ rtc_library("rtc_base") {
     sources += [ "mac_ifaddrs_converter.cc" ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     libs += [
       "dl",
       "rt",