Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2020 18:16:45 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551659 - head/security/palisade/files
Message-ID:  <202010071816.097IGjMX072578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010071816.097IGjMX072578>