sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / dev-games / freecell-solver / files / freecell-solver-5.22.1-no-docs.patch
1 From dd29e95954712c8de4454e0bdbdd973ddfd917b1 Mon Sep 17 00:00:00 2001
2 From: Andreas Sturmlechner <asturm@gentoo.org>
3 Date: Tue, 14 Apr 2020 19:54:30 +0200
4 Subject: [PATCH] We'll install docs manually, thanks
5
6 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
7 ---
8  CMakeLists.txt | 12 ++++++------
9  1 file changed, 6 insertions(+), 6 deletions(-)
10
11 diff --git a/CMakeLists.txt b/CMakeLists.txt
12 index 0c550764f..59c1defb3 100644
13 --- a/CMakeLists.txt
14 +++ b/CMakeLists.txt
15 @@ -1274,12 +1274,12 @@ IF (WIN32 AND NOT UNIX)
16      LIST(APPEND docs_to_install "README.win32.txt")
17  ENDIF ()
18  
19 -INSTALL(
20 -    FILES
21 -        ${docs_to_install}
22 -    DESTINATION
23 -        "${CMAKE_INSTALL_DOCDIR}"
24 -)
25 +# INSTALL(
26 +#     FILES
27 +#         ${docs_to_install}
28 +#     DESTINATION
29 +#         "${CMAKE_INSTALL_DOCDIR}"
30 +# )
31  
32  INCLUDE_DIRECTORIES(AFTER "${CMAKE_CURRENT_SOURCE_DIR}/${patsolve_dir}/include" "${CMAKE_CURRENT_SOURCE_DIR}/${patsolve_dir}")
33  INCLUDE("${private_mod_path}/xxhash_wrapper_bootstrap.cmake")
34 -- 
35 2.26.0
36