$OpenBSD: patch-src_helpers_System_cpp,v 1.3 2020/07/26 08:54:47 kirby Exp $
Index: src/helpers/System.cpp
--- src/helpers/System.cpp.orig
+++ src/helpers/System.cpp
@@ -85,7 +85,7 @@ std::string System::getMemoryInfo() {
   std::string v_res;
 
 // note that apple don't know getline
-#if defined(WIN32) || defined(__APPLE__)
+#if defined(WIN32) || defined(__APPLE__) || defined(__OpenBSD__)
   return "No available information";
 #else
   // grep -E '^Vm' /proc/2532/status
