Gentoo Archives: gentoo-commits

From: "Marcus Hanwell (cryos)" <cryos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cmake/files: cmake-FindPythonLibs.patch
Date: Thu, 08 May 2008 15:53:14
Message-Id: E1Ju8Qi-0000Lc-9A@stork.gentoo.org
1 cryos 08/05/08 15:53:12
2
3 Added: cmake-FindPythonLibs.patch
4 Log:
5 Version bump, masked for now until it receives wider testing.
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.1 dev-util/cmake/files/cmake-FindPythonLibs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/files/cmake-FindPythonLibs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cmake/files/cmake-FindPythonLibs.patch?rev=1.1&content-type=text/plain
13
14 Index: cmake-FindPythonLibs.patch
15 ===================================================================
16 --- Modules/FindPythonLibs.cmake 2008-05-08 11:18:22.000000000 -0400
17 +++ Modules/FindPythonLibs.cmake 2008-05-08 11:18:40.000000000 -0400
18 @@ -27,10 +27,6 @@
19 NAMES python${_CURRENT_VERSION_NO_DOTS} python${_CURRENT_VERSION}
20 PATHS
21 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs
22 - PATH_SUFFIXES
23 - python${_CURRENT_VERSION}/config
24 - # Avoid finding the .dll in the PATH. We want the .lib.
25 - NO_SYSTEM_ENVIRONMENT_PATH
26 )
27
28 SET(PYTHON_FRAMEWORK_INCLUDES)
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list