Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 18:40:04 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541879 - head/security/yubico-piv-tool/files
Message-ID:  <202007101840.06AIe4gl053850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Fri Jul 10 18:40:04 2020
New Revision: 541879
URL: https://svnweb.freebsd.org/changeset/ports/541879

Log:
  Add required patch to update

Added:
  head/security/yubico-piv-tool/files/
  head/security/yubico-piv-tool/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/security/yubico-piv-tool/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/yubico-piv-tool/files/patch-CMakeLists.txt	Fri Jul 10 18:40:04 2020	(r541879)
@@ -0,0 +1,15 @@
+--- CMakeLists.txt.orig	2020-07-10 13:45:10 UTC
++++ CMakeLists.txt
+@@ -121,9 +121,9 @@ if(CMAKE_COMPILER_IS_GNUCC)
+     set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-result")
+ endif()
+ 
+-include(${CMAKE_SOURCE_DIR}/cmake/openssl.cmake)
+-find_libcrypto()
+-include_directories(${LIBCRYPTO_INCLUDE_DIRS})
++# include(${CMAKE_SOURCE_DIR}/cmake/openssl.cmake)
++# find_libcrypto()
++# include_directories(${LIBCRYPTO_INCLUDE_DIRS})
+ 
+ enable_testing()
+ find_package(codecov)



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