Skip to content

Commit

Permalink
security/botan3: Broken on aarch64, amd64 and 13
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed May 18, 2024
1 parent e5213b9 commit 7a7408c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/botan3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ WWW= https://botan.randombit.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt

BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled"
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

Expand Down

0 comments on commit 7a7408c

Please sign in to comment.