summaryrefslogtreecommitdiff
path: root/sci-astronomy/stellarium/files/stellarium-0.22.2-ccache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/stellarium/files/stellarium-0.22.2-ccache.patch')
-rw-r--r--sci-astronomy/stellarium/files/stellarium-0.22.2-ccache.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-astronomy/stellarium/files/stellarium-0.22.2-ccache.patch b/sci-astronomy/stellarium/files/stellarium-0.22.2-ccache.patch
deleted file mode 100644
index 5f0d25f2ea14..000000000000
--- a/sci-astronomy/stellarium/files/stellarium-0.22.2-ccache.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Don't automagically use ccache https://bugs.gentoo.org/847439
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -160,7 +160,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}")