Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lasi/files: lasi-1.1.0-cmake.patch
Date: Tue, 04 Nov 2008 17:50:01
Message-Id: E1KxQ2Q-0004Di-EA@stork.gentoo.org
1 bicatali 08/11/04 17:49:58
2
3 Added: lasi-1.1.0-cmake.patch
4 Log:
5 Added doc and examples flags, added missing dependencies and more patches for installation directories
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/lasi/files/lasi-1.1.0-cmake.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lasi/files/lasi-1.1.0-cmake.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lasi/files/lasi-1.1.0-cmake.patch?rev=1.1&content-type=text/plain
13
14 Index: lasi-1.1.0-cmake.patch
15 ===================================================================
16 --- cmake/modules.orig/summary.cmake 2008-02-09 01:27:56.000000000 +0000
17 +++ cmake/modules/summary.cmake 2008-11-04 16:25:59.968913787 +0000
18 @@ -30,7 +30,7 @@
19
20 CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}
21 CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}")
22 -if(NOT CMAKE_BUILD_TYPE)
23 +if(NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "None")
24 set(_output_results
25 "${_output_results}
26 CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")