git: 4c31bd3f18de - main - security/botan3: Followup to build fix: add comment for clarity
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 May 2024 07:40:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c31bd3f18de28b67fd694a16833b9c3be6a9798 commit 4c31bd3f18de28b67fd694a16833b9c3be6a9798 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-22 04:17:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-22 07:39:54 +0000 security/botan3: Followup to build fix: add comment for clarity --- security/botan3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/botan3/Makefile b/security/botan3/Makefile index cced01d5ffe7..e79a686ca23f 100644 --- a/security/botan3/Makefile +++ b/security/botan3/Makefile @@ -16,7 +16,7 @@ BROKEN_FreeBSD_13= compilation fails: no member named 'find' in namespace 'std:: LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs -USES= compiler:c++20-lang cpe gmake llvm:17 shebangfix tar:xz +USES= compiler:c++20-lang cpe gmake llvm:17 shebangfix tar:xz # llvm:17 fixes build failure, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279136 CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes