summaryrefslogtreecommitdiff
path: root/sci-astronomy/stellarium/files/stellarium-0.23.3-ccache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/stellarium/files/stellarium-0.23.3-ccache.patch')
-rw-r--r--sci-astronomy/stellarium/files/stellarium-0.23.3-ccache.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-astronomy/stellarium/files/stellarium-0.23.3-ccache.patch b/sci-astronomy/stellarium/files/stellarium-0.23.3-ccache.patch
new file mode 100644
index 000000000000..e71c9f7f90ea
--- /dev/null
+++ b/sci-astronomy/stellarium/files/stellarium-0.23.3-ccache.patch
@@ -0,0 +1,13 @@
+Don't automagically use ccache https://bugs.gentoo.org/847439
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -196,7 +196,7 @@ IF(OPENGL_DEBUG_LOGGING)
+ ENDIF()
+
+ # Use ccache if possible
+-IF(NOT WIN32)
++IF(FALSE)
+ FIND_PROGRAM(CCACHE_PROGRAM ccache)
+ IF(CCACHE_PROGRAM)
+ MESSAGE(STATUS "Found ccache ${CCACHE_PROGRAM}")