summaryrefslogtreecommitdiff
path: root/media-gfx/openscad/files/openscad-2021.01-0001-Gentoo-specific-Disable-ccache-building.patch
blob: 6de581078d27be51d40d6e547bde40cf266189dd (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
26
27
28
29
30
31
32
From c138881767262b9f5c64a465a0e1e46ffcfc5899 Mon Sep 17 00:00:00 2001
From: Bernd Waibel <waebbl-gentoo@posteo.net>
Date: Sun, 28 Feb 2021 16:51:30 +0100
Subject: [PATCH] [Gentoo specific] Disable ccache building

On Gentoo, we use a USE flag to determine whether ccache
should be used for building.

Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
---
 openscad.pro | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/openscad.pro b/openscad.pro
index b76ca76..678e08d 100755
--- a/openscad.pro
+++ b/openscad.pro
@@ -211,11 +211,6 @@ mdi {
   DEFINES += ENABLE_MDI
 }
 
-system("ccache -V >/dev/null 2>/dev/null") {
-  CONFIG += ccache
-  message("Using ccache")
-}
-
 include(common.pri)
 
 # mingw has to come after other items so OBJECT_DIRS will work properly
-- 
2.30.1