aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-22 01:59:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-22 01:59:38 +0000
commitd863e42c9258ad8673bfbaef2af27781cff3b42c (patch)
tree331623c519c95fc145faa49e09769bb79059b57f
parent60fbd70ebe977098c79d0933c0bc07b40150ced7 (diff)
downloadports-d863e42c9258ad8673bfbaef2af27781cff3b42c.tar.gz
ports-d863e42c9258ad8673bfbaef2af27781cff3b42c.zip
security/botan3: Unbreak on amd64 and arm64 by using llvm-17
PR: 279136
-rw-r--r--security/botan3/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/botan3/Makefile b/security/botan3/Makefile
index 64282de2bc4b..cced01d5ffe7 100644
--- a/security/botan3/Makefile
+++ b/security/botan3/Makefile
@@ -12,13 +12,11 @@ WWW= https://botan.randombit.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
-BROKEN_amd64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279136
-BROKEN_aarch64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279136
BROKEN_FreeBSD_13= compilation fails: no member named 'find' in namespace 'std::ranges'
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs
-USES= compiler:c++20-lang cpe gmake shebangfix tar:xz
+USES= compiler:c++20-lang cpe gmake llvm:17 shebangfix tar:xz
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes