Index: head/security/palisade/files/patch-third-party_google-benchmark_test_CMakeLists.txt =================================================================== --- head/security/palisade/files/patch-third-party_google-benchmark_test_CMakeLists.txt (revision 551658) +++ head/security/palisade/files/patch-third-party_google-benchmark_test_CMakeLists.txt (nonexistent) @@ -1,10 +0,0 @@ ---- third-party/google-benchmark/test/CMakeLists.txt.orig 2019-12-20 21:45:20 UTC -+++ third-party/google-benchmark/test/CMakeLists.txt -@@ -1,6 +1,6 @@ - # Enable the tests - --find_package(Threads REQUIRED) -+find_package(Threads) - include(CheckCXXCompilerFlag) - - # NOTE: Some tests use `` to perform the test. Therefore we must Property changes on: head/security/palisade/files/patch-third-party_google-benchmark_test_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/palisade/files/patch-third-party_google-benchmark_CMakeLists.txt =================================================================== --- head/security/palisade/files/patch-third-party_google-benchmark_CMakeLists.txt (revision 551658) +++ head/security/palisade/files/patch-third-party_google-benchmark_CMakeLists.txt (revision 551659) @@ -1,20 +1,11 @@ --- third-party/google-benchmark/CMakeLists.txt.orig 2020-05-06 16:28:29 UTC +++ third-party/google-benchmark/CMakeLists.txt @@ -173,7 +173,7 @@ else() endif() # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden # (because of deprecated overload) - add_cxx_compiler_flag(-wd654) + #add_cxx_compiler_flag(-wd654) add_cxx_compiler_flag(-Wthread-safety) if (HAVE_CXX_FLAG_WTHREAD_SAFETY) cxx_feature_check(THREAD_SAFETY_ATTRIBUTES) -@@ -260,7 +260,7 @@ endif() - cxx_feature_check(STEADY_CLOCK) - # Ensure we have pthreads - set(THREADS_PREFER_PTHREAD_FLAG ON) --find_package(Threads REQUIRED) -+find_package(Threads) - - # Set up directories - include_directories(${PROJECT_SOURCE_DIR}/include)