aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shiboken/python-3.6.patch
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-15 19:23:23 -0500
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-01-15 12:06:38 +0000
commit2f6eaff80ac8964434fccf10f178b7f4991bec52 (patch)
tree6b1cd5df42651f1f22859cef2730341c4f77bf68 /testing/shiboken/python-3.6.patch
parent7f56449efe4bee3a71e3f37be0b9d92a1511d714 (diff)
downloadaports-2f6eaff80ac8964434fccf10f178b7f4991bec52.tar.bz2
aports-2f6eaff80ac8964434fccf10f178b7f4991bec52.tar.xz
testing/shiboken: new aport
Diffstat (limited to 'testing/shiboken/python-3.6.patch')
-rw-r--r--testing/shiboken/python-3.6.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/shiboken/python-3.6.patch b/testing/shiboken/python-3.6.patch
new file mode 100644
index 0000000000..8eeff540af
--- /dev/null
+++ b/testing/shiboken/python-3.6.patch
@@ -0,0 +1,11 @@
+--- a/cmake/Modules/FindPython3Libs.cmake 2014-04-22 23:42:48.000000000 +0800
++++ b/cmake/Modules/FindPython3Libs.cmake 2015-09-21 15:17:27.014598399 +0800
+@@ -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.6 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()