aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-third__party_webrtc_rtc__base_BUILD.gn
blob: 74b635c7adebad64f642e712191bdef98d74ec75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/webrtc/rtc_base/BUILD.gn.orig	2022-10-29 17:50:56 UTC
+++ third_party/webrtc/rtc_base/BUILD.gn
@@ -1257,7 +1257,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",