summaryrefslogtreecommitdiff
path: root/dev-util/cmake/files/cmake-FindPythonLibs.patch
diff options
context:
space:
mode:
authorMarcus D. Hanwell <marcus@cryos.org>2009-10-01 09:36:27 -0400
committerMarcus D. Hanwell <marcus@cryos.org>2009-10-01 09:36:27 -0400
commitab4de93e8648831e03274d96b165ac50f6175148 (patch)
treeee80fdf375ff79e46aeb0e6b430d3ddeb9e3802f /dev-util/cmake/files/cmake-FindPythonLibs.patch
parentea04d385d4f71b060fb6e8c7efca6d397de3bf88 (diff)
downloadkde-ab4de93e8648831e03274d96b165ac50f6175148.tar.gz
kde-ab4de93e8648831e03274d96b165ac50f6175148.tar.bz2
kde-ab4de93e8648831e03274d96b165ac50f6175148.zip
Removed from the overlay, in the main portage tree for wider testing.
Diffstat (limited to 'dev-util/cmake/files/cmake-FindPythonLibs.patch')
-rw-r--r--dev-util/cmake/files/cmake-FindPythonLibs.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-util/cmake/files/cmake-FindPythonLibs.patch b/dev-util/cmake/files/cmake-FindPythonLibs.patch
deleted file mode 100644
index 7981140296d..00000000000
--- a/dev-util/cmake/files/cmake-FindPythonLibs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Modules/FindPythonLibs.cmake
-+++ Modules/FindPythonLibs.cmake
-@@ -13,7 +13,7 @@
- # Search for the python framework on Apple.
- CMAKE_FIND_FRAMEWORKS(Python)
-
--FOREACH(_CURRENT_VERSION 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5)
-+FOREACH(_CURRENT_VERSION 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5)
- STRING(REPLACE "." "" _CURRENT_VERSION_NO_DOTS ${_CURRENT_VERSION})
- IF(WIN32)
- FIND_LIBRARY(PYTHON_DEBUG_LIBRARY
-@@ -27,10 +27,6 @@
- NAMES python${_CURRENT_VERSION_NO_DOTS} python${_CURRENT_VERSION}
- PATHS
- [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs
-- PATH_SUFFIXES
-- python${_CURRENT_VERSION}/config
-- # Avoid finding the .dll in the PATH. We want the .lib.
-- NO_SYSTEM_ENVIRONMENT_PATH
- )
-
- SET(PYTHON_FRAMEWORK_INCLUDES)