mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
304 B
Text
11 lines
304 B
Text
--- third_party/angle/util/BUILD.gn.orig 2023-02-08 09:03:45 UTC
|
|
+++ third_party/angle/util/BUILD.gn
|
|
@@ -292,7 +292,7 @@ foreach(is_shared_library,
|
|
]
|
|
libs = []
|
|
|
|
- if (is_linux || is_chromeos) {
|
|
+ if ((is_linux || is_chromeos) && !is_bsd) {
|
|
libs += [
|
|
"rt",
|
|
"dl",
|