mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-engines/devilutionx: fix patch line endings
Closes: https://bugs.gentoo.org/837764 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
We let users enable ccache by themselves. Avoids sandbox violation.
|
||||
|
||||
https://bugs.gentoo.org/813768
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -54,11 +54,6 @@ if(NOT VERSION_NUM)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
-find_program(CCACHE_PROGRAM ccache)
|
||||
-if(CCACHE_PROGRAM)
|
||||
- set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
|
||||
-endif()
|
||||
-
|
||||
if(VERSION_NUM MATCHES untagged)
|
||||
project(DevilutionX
|
||||
LANGUAGES C CXX)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
-find_program(CCACHE_PROGRAM ccache)
|
||||
-if(CCACHE_PROGRAM)
|
||||
- set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
|
||||
-endif()
|
||||
-
|
||||
if(VERSION_NUM MATCHES untagged)
|
||||
project(DevilutionX
|
||||
LANGUAGES C CXX)
|
||||
|
||||
Reference in New Issue
Block a user