summaryrefslogtreecommitdiff
path: root/dev-util/cmake/files/cmake-FindPythonLibs.patch
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-04 14:38:38 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-04 14:39:54 +0200
commitbb7b2bc4fac028642b6021662393b37e44d8e71a (patch)
tree7b39e86885666d1bc3e19a94e929f08078ccce6f /dev-util/cmake/files/cmake-FindPythonLibs.patch
parent787c8708cddb735c1b895bbd7b633d3b1fda8d48 (diff)
downloadkde-bb7b2bc4fac028642b6021662393b37e44d8e71a.tar.gz
kde-bb7b2bc4fac028642b6021662393b37e44d8e71a.tar.bz2
kde-bb7b2bc4fac028642b6021662393b37e44d8e71a.zip
remove cmake stuff. it is in the tree.
Diffstat (limited to 'dev-util/cmake/files/cmake-FindPythonLibs.patch')
-rw-r--r--dev-util/cmake/files/cmake-FindPythonLibs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/cmake/files/cmake-FindPythonLibs.patch b/dev-util/cmake/files/cmake-FindPythonLibs.patch
deleted file mode 100644
index f473cffd9d1..00000000000
--- a/dev-util/cmake/files/cmake-FindPythonLibs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Modules/FindPythonLibs.cmake 2008-05-08 11:18:22.000000000 -0400
-+++ Modules/FindPythonLibs.cmake 2008-05-08 11:18:40.000000000 -0400
-@@ -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)