$OpenBSD: patch-third_party_angle_util_BUILD_gn,v 1.5 2021/10/29 14:49:42 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",
