From 60dd14f4031e260dd6f8686c5f70b1b9865cd646 Mon Sep 17 00:00:00 2001 From: Fabrice Delliaux Date: Wed, 6 May 2026 11:42:01 +0200 Subject: [PATCH] net-im/chatterino: drop unused patch Signed-off-by: Fabrice Delliaux --- .../chatterino-2.5.2-disable-ccache.patch | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 net-im/chatterino/files/chatterino-2.5.2-disable-ccache.patch diff --git a/net-im/chatterino/files/chatterino-2.5.2-disable-ccache.patch b/net-im/chatterino/files/chatterino-2.5.2-disable-ccache.patch deleted file mode 100644 index 6d27d38b53..0000000000 --- a/net-im/chatterino/files/chatterino-2.5.2-disable-ccache.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git ./CMakeLists.txt ./CMakeLists.txt -index ad9bdef..4feb6e1 100644 ---- ./CMakeLists.txt -+++ ./CMakeLists.txt -@@ -60,15 +60,6 @@ else() - set(MAJOR_QT_VERSION "5") - endif() - --find_program(CCACHE_PROGRAM ccache) --find_program(SCCACHE_PROGRAM sccache) --if (SCCACHE_PROGRAM) -- set(_compiler_launcher ${SCCACHE_PROGRAM}) --elseif (CCACHE_PROGRAM) -- set(_compiler_launcher ${CCACHE_PROGRAM}) --endif () -- -- - # Alternate linker code taken from heavyai/heavydb - # https://github.com/heavyai/heavydb/blob/0517d99b467806f6af7b4c969e351368a667497d/CMakeLists.txt#L87-L103 - macro(set_alternate_linker linker)