diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-19 07:28:42 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-19 07:28:42 +0000 |
| commit | 7d5700c9e3ce98a76bdb8dcaa21932b7da80097b (patch) | |
| tree | e375340647c170025970a4e619f21e130fb71fad /misc/py-SoapySDR/files/patch-python3_FindPython3Libs.cmake | |
| parent | cb924216c0fb7d88bd503159f565e1cdf0b1f2e7 (diff) | |
Notes
Diffstat (limited to 'misc/py-SoapySDR/files/patch-python3_FindPython3Libs.cmake')
| -rw-r--r-- | misc/py-SoapySDR/files/patch-python3_FindPython3Libs.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/py-SoapySDR/files/patch-python3_FindPython3Libs.cmake b/misc/py-SoapySDR/files/patch-python3_FindPython3Libs.cmake new file mode 100644 index 000000000000..ba851c87ee19 --- /dev/null +++ b/misc/py-SoapySDR/files/patch-python3_FindPython3Libs.cmake @@ -0,0 +1,11 @@ +--- python3/FindPython3Libs.cmake.orig 2018-06-19 06:36:21 UTC ++++ python3/FindPython3Libs.cmake +@@ -46,7 +46,7 @@ INCLUDE(CMakeFindFrameworks) + # Search for the python framework on Apple. + # CMAKE_FIND_FRAMEWORKS(Python) + +-FOREACH(_CURRENT_VERSION 3.5 3.4 3.3 3.2 3.1 3.0) ++FOREACH(_CURRENT_VERSION ${FREEBSD_PYTHON_VER2}) + IF(_CURRENT_VERSION GREATER 3.1) + SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "") + ELSE() |
