summaryrefslogtreecommitdiff
path: root/media-sound/supercollider/files/supercollider-3.10.2-no-ccache.patch
blob: 66a765a8b9eacd6596af3f74f2684eb70ebf20ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
disabled the use of ccache, to prevent FTBFS; as the compilation is done once
it has no backdraws to make the debian package.
Index: supercollider/CMakeLists.txt
===================================================================
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,12 +150,12 @@ add_definitions(-DBOOST_CHRONO_HEADER_ON
 #############################################
 # Detect CCache
 
-find_program(CCacheExectuable ccache)
-if( CCacheExectuable )
-  # only used with >=cmake-3.4
-  set( CMAKE_C_COMPILER_LAUNCHER   "${CCacheExectuable}" )
-  set( CMAKE_CXX_COMPILER_LAUNCHER "${CCacheExectuable}" )
-endif()
+## find_program(CCacheExecutable ccache)
+## if( CCacheExecutable )
+##   # only used with >=cmake-3.4
+##   set( CMAKE_C_COMPILER_LAUNCHER   "${CCacheExecutable}" )
+##   set( CMAKE_CXX_COMPILER_LAUNCHER "${CCacheExecutable}" )
+## endif()
 
 #############################################
 # Options