diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-08 08:03:28 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-08 08:03:28 -0700 |
commit | 347f69f1d579d20fd990898daf5d01860ff76c3e (patch) | |
tree | 5a964cf7649f09855c54b546fd84dcbd661e861c | |
parent | devel/py-qcs-sdk-python: Fix build on i386 (diff) |
security/botan3: Broken on aarch64, amd64 and 13release/14.1.0
Reported by: fallout
(cherry picked from commit 7a7408cd7731d6e05ccbc6e895ca84600eb26bfe)
-rw-r--r-- | security/botan3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/botan3/Makefile b/security/botan3/Makefile index 8ddf75dfbc36..64282de2bc4b 100644 --- a/security/botan3/Makefile +++ b/security/botan3/Makefile @@ -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 |