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

11 lines
304 B
Text

--- third_party/angle/util/BUILD.gn.orig 2023-08-10 01:51:11 UTC
+++ third_party/angle/util/BUILD.gn
@@ -311,7 +311,7 @@ foreach(is_shared_library,
]
libs = []
- if (is_linux || is_chromeos) {
+ if ((is_linux || is_chromeos) && !is_bsd) {
libs += [
"rt",
"dl",