1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 05:00:30 -04:00
ports/graphics/blender/files/patch-build_files_cmake_Modules_FindPythonLibsUnix.cmake
Li-Wen Hsu c2f8dedf39 graphics/blender: Fix build when CYCLESOSL is off
PR:		249184
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
2020-09-08 17:01:18 +00:00

11 lines
460 B
CMake

--- build_files/cmake/Modules/FindPythonLibsUnix.cmake.orig 2020-09-07 10:17:41 UTC
+++ build_files/cmake/Modules/FindPythonLibsUnix.cmake
@@ -34,7 +34,7 @@ IF(NOT PYTHON_ROOT_DIR AND NOT $ENV{PYTHON_ROOT_DIR} S
SET(PYTHON_ROOT_DIR $ENV{PYTHON_ROOT_DIR})
ENDIF()
-SET(PYTHON_VERSION 3.7 CACHE STRING "Python Version (major and minor only)")
+SET(PYTHON_VERSION 3.8 CACHE STRING "Python Version (major and minor only)")
MARK_AS_ADVANCED(PYTHON_VERSION)