From 7eee93487b4c97bcccc055930ba0ba25c7cbfb74 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 25 Mar 2009 18:37:35 +0100 Subject: Cmake magic. I compiled with nonbootstraped one whole tree -e world and observe no issues (i week testing) --- dev-util/cmake/files/cmake-FindPythonLibs.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-util/cmake/files/cmake-FindPythonLibs.patch (limited to 'dev-util/cmake/files/cmake-FindPythonLibs.patch') diff --git a/dev-util/cmake/files/cmake-FindPythonLibs.patch b/dev-util/cmake/files/cmake-FindPythonLibs.patch new file mode 100644 index 00000000000..f473cffd9d1 --- /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) -- cgit v1.2.3