$OpenBSD: patch-src_test_harness_dynamic_libs_h,v 1.1.1.1 2018/07/05 09:14:55 bentley Exp $

Index: src/test/harness_dynamic_libs.h
--- src/test/harness_dynamic_libs.h.orig
+++ src/test/harness_dynamic_libs.h
@@ -50,7 +50,7 @@ namespace Harness {
 #if __APPLE__
 #define EXT ".dylib"
 // Android SDK build system does not support .so file name versioning
-#elif __FreeBSD__ || __NetBSD__ || __sun || _AIX || __ANDROID__
+#elif __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __sun || _AIX || __ANDROID__
 #define EXT ".so"
 #elif __linux__  // Order of these elif's matters!
 #define EXT __TBB_STRING(.so.TBB_COMPATIBLE_INTERFACE_VERSION)
