mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
13 lines
460 B
Text
13 lines
460 B
Text
--- src/webrtc/src/build/config/BUILD.gn.orig 2023-08-17 07:33:31 UTC
|
|
+++ src/webrtc/src/build/config/BUILD.gn
|
|
@@ -214,6 +214,10 @@ config("default_libs") {
|
|
# Targets should choose to explicitly link frameworks they require. Since
|
|
# linking can have run-time side effects, nothing should be listed here.
|
|
libs = []
|
|
+ } else if (is_bsd) {
|
|
+ libs = [
|
|
+ "pthread",
|
|
+ ]
|
|
} else if (is_linux || is_chromeos) {
|
|
libs = [
|
|
"dl",
|