git: 58bc83229093 - main - devel/mrc: Update to be able to build with the latest version of devel/libmcfp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 17:28:40 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=58bc83229093002478d95041b160b8030400a89b commit 58bc83229093002478d95041b160b8030400a89b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-28 06:28:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-28 17:28:25 +0000 devel/mrc: Update to be able to build with the latest version of devel/libmcfp --- devel/mrc/files/patch-CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devel/mrc/files/patch-CMakeLists.txt b/devel/mrc/files/patch-CMakeLists.txt index 9abdcb755315..1cc9899a32b8 100644 --- a/devel/mrc/files/patch-CMakeLists.txt +++ b/devel/mrc/files/patch-CMakeLists.txt @@ -1,5 +1,14 @@ --- CMakeLists.txt.orig 2024-02-01 14:44:29 UTC +++ CMakeLists.txt +@@ -61,7 +61,7 @@ endif() + message(STATUS "Using COFF spec: ${COFF_SPEC}") + endif() + +-find_package(libmcfp 1.2.4 QUIET) ++find_package(libmcfp REQUIRED) # workaround for https://github.com/mhekkel/mrc/issues/15 + + if(NOT libmcfp_FOUND) + include(FetchContent) @@ -117,7 +117,7 @@ endif() add_test(NAME unit-test COMMAND $<TARGET_FILE:mrc-unit-test> WORKING_DIRECTORY .) endif()