$OpenBSD: patch-src_python_CMakeLists_txt,v 1.1 2020/08/15 20:31:04 rsadowski Exp $

fix cmake and boost python:
https://cmake.org/cmake/help/v3.16/module/FindBoost.html

Index: src/python/CMakeLists.txt
--- src/python/CMakeLists.txt.orig
+++ src/python/CMakeLists.txt
@@ -18,7 +18,7 @@ if (NOT BOOST_CUSTOM)
     # different names on different systems. Try the most common ones.
     foreach (_py_lib python-${PYTHON_VERSION_FOUND} python
              python${PYTHON_VERSION_MAJOR}
-             python-py${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
+             python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
         find_package (Boost QUIET COMPONENTS ${_py_lib})
         string (TOUPPER ${_py_lib} _py_lib_name)
         if (Boost_${_py_lib_name}_FOUND)
