ports/graphics/py-f3d/files/patch-CMakeLists.txt
Yuri Victorovich f822df7855 graphics/{,py-}f3d: update 2.2.1 → 2.3.1
Reported by:	portscout
2024-04-01 15:31:08 -07:00

11 lines
391 B
Text

--- CMakeLists.txt.orig 2024-03-29 06:17:35 UTC
+++ CMakeLists.txt
@@ -6,7 +6,7 @@ include(f3dPython)
include(GNUInstallDirs)
include(f3dPython)
-find_package(Python 3.8 COMPONENTS Interpreter Development)
+find_package(Python ${FREEBSD_PYTHON_VER} EXACT COMPONENTS Interpreter Development)
find_package(pybind11 2.2 REQUIRED)
pybind11_add_module(pyf3d MODULE F3DPythonBindings.cxx)