aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_build_config_BUILD.gn
blob: a3f30fdd37eb8eaf26a1d42c065ca7875f6e72a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/3rdparty/chromium/build/config/BUILD.gn.orig	2023-12-12 22:08:45 UTC
+++ src/3rdparty/chromium/build/config/BUILD.gn
@@ -218,6 +218,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",