summaryrefslogtreecommitdiff
path: root/games-emulation/ppsspp/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-29 04:45:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-29 04:45:37 +0100
commit2512faa12f58e69a2f3e27e13e10fd0aef3ab384 (patch)
tree2d08249ac1699d92698edc3c9d6c788de417c4e2 /games-emulation/ppsspp/files
parentf39869264ff0b7c81fe9c463db9e3f7944a9cd20 (diff)
gentoo auto-resync : 29:08:2022 - 04:45:37
Diffstat (limited to 'games-emulation/ppsspp/files')
-rw-r--r--games-emulation/ppsspp/files/ppsspp-disable-ccache-autodetection.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/games-emulation/ppsspp/files/ppsspp-disable-ccache-autodetection.patch b/games-emulation/ppsspp/files/ppsspp-disable-ccache-autodetection.patch
new file mode 100644
index 000000000000..007e64774c20
--- /dev/null
+++ b/games-emulation/ppsspp/files/ppsspp-disable-ccache-autodetection.patch
@@ -0,0 +1,26 @@
+From ca18b1b578ec7215277a73b6658753ff35e677ea Mon Sep 17 00:00:00 2001
+From: "Azamat H. Hackimov" <azamat.hackimov@gmail.com>
+Date: Sun, 28 Aug 2022 17:53:05 +0300
+Subject: [PATCH] Disable ccache autodetection
+
+Build system automagically detects ccache and use it in situations where
+it should'nt do that.
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 376e2c5ad..8c382ce5c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -111,7 +111,6 @@ if(MACOSX AND NOT USE_SYSTEM_LIBSDL2)
+ set(SDL2_LIBRARY ${CMAKE_SOURCE_DIR}/SDL/macOS/SDL2.framework)
+ endif()
+
+-include(ccache)
+ include(GNUInstallDirs)
+
+ add_definitions(-DASSETS_DIR="${CMAKE_INSTALL_FULL_DATADIR}/ppsspp/assets/")
+--
+2.35.1
+