$OpenBSD: patch-pdal_PluginDirectory_cpp,v 1.2 2018/05/19 15:01:48 landry Exp $

https://github.com/PDAL/PDAL/pull/2027

Index: pdal/PluginDirectory.cpp
--- pdal/PluginDirectory.cpp.orig
+++ pdal/PluginDirectory.cpp
@@ -45,7 +45,7 @@ namespace
 #if defined(__APPLE__) && defined(__MACH__)
     static const std::string dynamicLibraryExtension(".dylib");
     static const char pathSeparator(':');
-#elif defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
+#elif defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(__OpenBSD__)
     static const std::string dynamicLibraryExtension(".so");
     static const char pathSeparator(':');
 #elif defined _WIN32
