aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-22 04:17:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-22 07:39:54 +0000
commit4c31bd3f18de28b67fd694a16833b9c3be6a9798 (patch)
treed0d2b6e1211677fbfcec1e110a417256cc74f08a
parent8f19e6adc64df4f92494fbb894655daa8fcd9246 (diff)
downloadports-4c31bd3f18de28b67fd694a16833b9c3be6a9798.tar.gz
ports-4c31bd3f18de28b67fd694a16833b9c3be6a9798.zip
security/botan3: Followup to build fix: add comment for clarity
-rw-r--r--security/botan3/Makefile2
1 files changed, 1 insertions, 1 deletions
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