opnsense-ports/devel/electron22/files/patch-third__party_angle_util_BUILD.gn
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

11 lines
304 B
Text

--- third_party/angle/util/BUILD.gn.orig 2022-07-22 17:30:31 UTC
+++ third_party/angle/util/BUILD.gn
@@ -246,7 +246,7 @@ foreach(is_shared_library,
]
libs = []
- if (is_linux || is_chromeos) {
+ if ((is_linux || is_chromeos) && !is_bsd) {
libs += [
"rt",
"dl",