From a15b932d9b6df6a39bddbca0899dcbb5b20e5873 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Wed, 1 Sep 2021 22:09:22 +0530 Subject: [PATCH] ccache: Try compiling without patches --- packages/ccache/Blake-CMakeList.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packages/ccache/Blake-CMakeList.patch diff --git a/packages/ccache/Blake-CMakeList.patch b/packages/ccache/Blake-CMakeList.patch deleted file mode 100644 index 3df811acc..000000000 --- a/packages/ccache/Blake-CMakeList.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/third_party/blake3/CMakeLists.txt.orig 2021-09-01 18:47:43.285956872 +0530 -+++ ./src/third_party/blake3/CMakeLists.txt 2021-09-01 18:49:01.195956842 +0530 -@@ -27,7 +27,7 @@ - - # First check if it's possible to use the assembler variant for the feature. - string(TOUPPER "have_asm_${feature}" have_feature) -- if(NOT DEFINED "${have_feature}" AND CMAKE_SIZEOF_VOID_P EQUAL 8) -+ if(NOT DEFINED "${have_feature}" AND CMAKE_SIZEOF_VOID_P EQUAL 8 AND 0) - if(NOT CMAKE_REQUIRED_QUIET) - message(STATUS "Performing Test ${have_feature}") - endif()