You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/openscad/files/openscad-2021.01-0001-Gento...

33 lines
790 B

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