$OpenBSD: patch-storage_oqgraph_CMakeLists_txt,v 1.10 2019/12/30 20:26:51 sthen Exp $

Index: storage/oqgraph/CMakeLists.txt
--- storage/oqgraph/CMakeLists.txt.orig
+++ storage/oqgraph/CMakeLists.txt
@@ -1,4 +1,8 @@
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
+# Disable oqgraph storage engine
+IF(TRUE)
+  RETURN()
+ENDIF()
 
 MACRO(CHECK_OQGRAPH)
 MESSAGE(STATUS "Configuring OQGraph")
