From 442ec331cdbbf605821aab9fbf02b0fa4a91918c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 27 Sep 2009 21:06:27 +0200 Subject: Initial commit for new cmake. For god sake do not test cause it is not ready. Whats needed to be done: - check 2.6 patches and apply those that are still relevant. - CMakeLists got rewritten so new options are around Also probably new dep (optional): JNI-H -- i bet it is something javist. In this verison it uses system curses form library not internal YAY :] Also it reports that it wants CURSES_EXTRA_LIBRARY=NOT-FOUND, so find out what the heck it is. --- dev-util/cmake/files/cmake-FindPythonInterp.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-util/cmake/files/cmake-FindPythonInterp.patch (limited to 'dev-util/cmake/files/cmake-FindPythonInterp.patch') diff --git a/dev-util/cmake/files/cmake-FindPythonInterp.patch b/dev-util/cmake/files/cmake-FindPythonInterp.patch new file mode 100644 index 00000000000..2e4c47d6806 --- /dev/null +++ b/dev-util/cmake/files/cmake-FindPythonInterp.patch @@ -0,0 +1,11 @@ +--- Modules/FindPythonInterp.cmake ++++ Modules/FindPythonInterp.cmake +@@ -7,7 +7,7 @@ + # + + FIND_PROGRAM(PYTHON_EXECUTABLE +- NAMES python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python ++ NAMES python python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 + PATHS + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath] + [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath] -- cgit v1.2.3