$OpenBSD: patch-src-egl_context-c,v 1.3 2021/01/29 14:31:30 kmos Exp $
Index: src/egl_context.c
--- src/egl_context.c.orig
+++ src/egl_context.c
@@ -657,6 +657,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
