summarylogtreecommitdiffstats
path: root/support-new-python.diff
diff options
context:
space:
mode:
authorAntonio Rojas2018-08-21 10:44:33 +0000
committerAntonio Rojas2018-08-21 10:44:33 +0000
commit284e42721bec033c034cd48762e9d6b2cd3fae79 (patch)
treef7347cbafb9927efedd9f5ee447abe0fc8171c35 /support-new-python.diff
downloadaur-284e42721bec033c034cd48762e9d6b2cd3fae79.tar.gz
Dropped from repos
Diffstat (limited to 'support-new-python.diff')
-rw-r--r--support-new-python.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/support-new-python.diff b/support-new-python.diff
new file mode 100644
index 000000000000..40eb7d1eaf78
--- /dev/null
+++ b/support-new-python.diff
@@ -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.7 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()