svn commit: r551659 - head/security/palisade/files

Yuri Victorovich yuri at FreeBSD.org
Wed Oct 7 18:16:46 UTC 2020


Author: yuri
Date: Wed Oct  7 18:16:45 2020
New Revision: 551659
URL: https://svnweb.freebsd.org/changeset/ports/551659

Log:
  security/palisade: Remove unnecessary patches removing the REQUIRED attribute from cmake's find_package(Threads)

Deleted:
  head/security/palisade/files/patch-third-party_google-benchmark_test_CMakeLists.txt
Modified:
  head/security/palisade/files/patch-third-party_google-benchmark_CMakeLists.txt

Modified: head/security/palisade/files/patch-third-party_google-benchmark_CMakeLists.txt
==============================================================================
--- head/security/palisade/files/patch-third-party_google-benchmark_CMakeLists.txt	Wed Oct  7 17:49:05 2020	(r551658)
+++ head/security/palisade/files/patch-third-party_google-benchmark_CMakeLists.txt	Wed Oct  7 18:16:45 2020	(r551659)
@@ -9,12 +9,3 @@
    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)


More information about the svn-ports-all mailing list