opnsense-ports/devel/electron32/files/patch-build_config_BUILD.gn
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

13 lines
430 B
Text

--- build/config/BUILD.gn.orig 2024-08-14 20:54:23 UTC
+++ 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",