mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
13 lines
478 B
Text
13 lines
478 B
Text
--- cargo-crates/v8-0.106.0/build/config/BUILD.gn.orig 2024-07-30 11:12:21 UTC
|
|
+++ cargo-crates/v8-0.106.0/build/config/BUILD.gn
|
|
@@ -213,6 +213,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",
|