Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 691640 | Differences between
and this patch

Collapse All | Expand All

(-)./linphone-sdk/external/libxml2/CMakeLists.txt.ori (-1 / +1 lines)
Lines 30-36 Link Here
30
set(VERSION "${LIBXML_MAJOR_VERSION}.${LIBXML_MINOR_VERSION}.${LIBXML_MICRO_VERSION}")
30
set(VERSION "${LIBXML_MAJOR_VERSION}.${LIBXML_MINOR_VERSION}.${LIBXML_MICRO_VERSION}")
31
set(LIBXML_VERSION_NUMBER 208000)
31
set(LIBXML_VERSION_NUMBER 208000)
32
32
33
33
include(CheckSymbolExists)
34
include(CMakeDependentOption)
34
include(CMakeDependentOption)
35
35
36
option(ENABLE_STATIC "Build static library (default is shared library)." NO)
36
option(ENABLE_STATIC "Build static library (default is shared library)." NO)
(-)./linphone-sdk/ortp/CMakeLists.txt.ori (+1 lines)
Lines 42-47 Link Here
42
set(WITH_THREAD_STACK_SIZE "0" CACHE STRING "Set thread stack size (0 is the OS default).")
42
set(WITH_THREAD_STACK_SIZE "0" CACHE STRING "Set thread stack size (0 is the OS default).")
43
43
44
44
45
include(CheckSymbolExists)
45
include(CheckIncludeFile)
46
include(CheckIncludeFile)
46
include(CheckFunctionExists)
47
include(CheckFunctionExists)
47
include(GNUInstallDirs)
48
include(GNUInstallDirs)
(-)./linphone-sdk/bctoolbox/CMakeLists.txt.ori (+1 lines)
Lines 49-54 Link Here
49
option(ENABLE_TESTS "Enable compilation of tests" ON)
49
option(ENABLE_TESTS "Enable compilation of tests" ON)
50
50
51
51
52
include(CheckSymbolExists)
52
include(CheckLibraryExists)
53
include(CheckLibraryExists)
53
include(CheckSymbolExists)
54
include(CheckSymbolExists)
54
include(CheckCSourceCompiles)
55
include(CheckCSourceCompiles)
(-)./linphone-sdk/belle-sip/CMakeLists.txt.ori (+1 lines)
Lines 43-48 Link Here
43
option(ENABLE_MDNS "Enable multicast DNS" OFF)
43
option(ENABLE_MDNS "Enable multicast DNS" OFF)
44
44
45
45
46
include(CheckSymbolExists)
46
include(CheckLibraryExists)
47
include(CheckLibraryExists)
47
include(CheckSymbolExists)
48
include(CheckSymbolExists)
48
include(CheckCSourceCompiles)
49
include(CheckCSourceCompiles)

Return to bug 691640