$OpenBSD: patch-src-egl_context-c,v 1.4 2021/05/09 05:28:17 kmos Exp $
Index: src/egl_context.c
--- src/egl_context.c.orig
+++ src/egl_context.c
@@ -655,6 +655,8 @@ GLFWbool _glfwCreateContextEGL(_GLFWwindow* window,
             _GLFW_OPENGL_LIBRARY,
 #elif defined(_GLFW_WIN32)
 #elif defined(_GLFW_COCOA)
+#elif defined(__OpenBSD__)
+            "libGL.so",
 #else
             "libGL.so.1",
 #endif
