$OpenBSD: patch-lib_base_library_cpp,v 1.2 2019/12/28 15:59:30 sthen Exp $

Index: lib/base/library.cpp
--- lib/base/library.cpp.orig
+++ lib/base/library.cpp
@@ -20,6 +20,8 @@ Library::Library(const String& name)
 	path = name + ".dll";
 #elif defined(__APPLE__)
 	path = "lib" + name + "." + Application::GetAppSpecVersion() + ".dylib";
+#elif defined(__OpenBSD__)
+	path = "lib" + name + ".so";
 #else /* __APPLE__ */
 	path = "lib" + name + ".so." + Application::GetAppSpecVersion();
 #endif /* _WIN32 */
