$OpenBSD: patch-third_party_angle_util_BUILD_gn,v 1.13 2021/11/16 11:28:47 robert Exp $ Index: third_party/angle/util/BUILD.gn --- third_party/angle/util/BUILD.gn.orig +++ third_party/angle/util/BUILD.gn @@ -200,7 +200,7 @@ foreach(is_shared_library, ] libs = [] - if (is_linux || is_chromeos) { + if ((is_linux || is_chromeos) && !is_openbsd) { libs += [ "rt", "dl",