void-packages/srcpkgs/shiboken/patches/python3.5.patch
Alessio Sergi 29032cfb18 shiboken: rebuild for Python 3.5
Switch to python3-* pkgs.
Convert python3.4-* pkgs into dummy pkgs.
2016-10-17 02:30:47 +02:00

11 lines
380 B
Diff

--- cmake/Modules/FindPython3Libs.cmake.orig
+++ cmake/Modules/FindPython3Libs.cmake
@@ -27,7 +27,7 @@
# Search for the python framework on Apple.
# CMAKE_FIND_FRAMEWORKS(Python)
-FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION 3.5 3.4 3.3 3.2 3.1 3.0)
IF(_CURRENT_VERSION GREATER 3.1)
SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
ELSE()