diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2008-05-08 15:53:11 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2008-05-08 15:53:11 +0000 |
commit | c51aa15836fde3b56829fd98494b32bdd1bf10ce (patch) | |
tree | 752651128aed7429569c84c9c4d3413f296a29b8 /dev-util/cmake/files | |
parent | Masking dev-util/cmake-2.6.0 until it has received a little more (diff) | |
download | gentoo-2-c51aa15836fde3b56829fd98494b32bdd1bf10ce.tar.gz gentoo-2-c51aa15836fde3b56829fd98494b32bdd1bf10ce.tar.bz2 gentoo-2-c51aa15836fde3b56829fd98494b32bdd1bf10ce.zip |
Version bump, masked for now until it receives wider testing.
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-util/cmake/files')
-rw-r--r-- | dev-util/cmake/files/cmake-FindPythonLibs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/cmake/files/cmake-FindPythonLibs.patch b/dev-util/cmake/files/cmake-FindPythonLibs.patch new file mode 100644 index 000000000000..f473cffd9d18 --- /dev/null +++ b/dev-util/cmake/files/cmake-FindPythonLibs.patch @@ -0,0 +1,13 @@ +--- 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) |