summaryrefslogtreecommitdiff
path: root/sci-astronomy/stellarium/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-26 23:29:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-26 23:29:13 +0100
commitb544d842bfe55df1b59d40fb8059d5d240e4f42b (patch)
tree092145f89b76ccd50aba38348cb99b802227f5ae /sci-astronomy/stellarium/files
parent20c20eb967a638c833aae1462f149894b2dbd811 (diff)
gentoo auto-resync : 26:09:2023 - 23:29:12
Diffstat (limited to 'sci-astronomy/stellarium/files')
-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}")