aboutsummaryrefslogtreecommitdiff
path: root/devel/electron17/files/patch-third__party_webrtc_rtc__base_BUILD.gn
blob: 6258e544aab4f455a20f39561168eea60a4c4c50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/rtc_base/BUILD.gn.orig	2022-05-11 07:17:59 UTC
+++ third_party/webrtc/rtc_base/BUILD.gn
@@ -1082,7 +1082,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",