--- src/waffle/glx/glx_platform.c.orig	Sun Dec 20 16:17:58 2015
+++ src/waffle/glx/glx_platform.c	Sun Dec 20 16:18:19 2015
@@ -37,7 +37,11 @@
 #include "glx_window.h"
 #include "glx_wrappers.h"
 
+#ifdef __OpenBSD__
+static const char *libGL_filename = "libGL.so";
+#else
 static const char *libGL_filename = "libGL.so.1";
+#endif
 
 static const struct wcore_platform_vtbl glx_platform_vtbl;
 
