$OpenBSD: patch-test_unit_ProgramArgsTest_cpp,v 1.2 2019/08/28 06:53:02 landry Exp $

no wordexp on OpenBSD

Index: test/unit/ProgramArgsTest.cpp
--- test/unit/ProgramArgsTest.cpp.orig
+++ test/unit/ProgramArgsTest.cpp
@@ -37,7 +37,7 @@
 #include <nlohmann/json.hpp>
 
 // No wordexp() on windows and I don't feel like doing something special.
-#ifndef _WIN32
+#ifndef __OpenBSD__
 
 #include <wordexp.h>
 #include <pdal/pdal_internal.hpp>
