From 9452cebd07704bab91f78a2a92ecbe762c55d76e Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Fri, 11 Jun 2021 09:45:40 +0530 Subject: [PATCH] Fix patch file so that it doesnt ask for which file to patch --- packages/ccache/Blake-CMakeList.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/ccache/Blake-CMakeList.patch b/packages/ccache/Blake-CMakeList.patch index a8341ad86..0048b976a 100644 --- a/packages/ccache/Blake-CMakeList.patch +++ b/packages/ccache/Blake-CMakeList.patch @@ -1,5 +1,6 @@ ---- src/third_party/blake3/CMakeLists.txt 2021-05-10 00:09:46.000000000 +0530 -+++ src/third_party/blake3/CMakeLists.txt.mod 2021-06-11 09:05:04.054571163 +0530 +diff -uNr src/third_party/blake3/CMakeLists.txt src/third_party/blake3/CMakeLists.txt.mod +--- ./src/third_party/blake3/CMakeLists.txt 2021-05-10 00:09:46.000000000 +0530 ++++ ./src/third_party/blake3/CMakeLists.txt.mod 2021-06-11 09:05:04.054571163 +0530 @@ -17,44 +17,7 @@ set(compile_flags "${others_flags}") endif()