diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-27 19:15:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-27 19:15:39 +0800 |
commit | 70bcc6a7f4d65387d83445d2a14dc06f32430716 (patch) | |
tree | dfec9a5d8a6ed2f37bc2571e51aade8bbc21a258 /security/botan2 | |
parent | 71d0e53804462bce11aad6d0f162056876478015 (diff) | |
download | freebsd-ports-gnome-70bcc6a7f4d65387d83445d2a14dc06f32430716.tar.gz freebsd-ports-gnome-70bcc6a7f4d65387d83445d2a14dc06f32430716.tar.zst freebsd-ports-gnome-70bcc6a7f4d65387d83445d2a14dc06f32430716.zip |
Mark this as broken on various tier-2 architectures.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/botan2')
-rw-r--r-- | security/botan2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 02e65ad5a31c..d16404d0ffe0 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -14,6 +14,10 @@ COMMENT= Portable, easy to use and efficient C++ crypto library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" +BROKEN_armv7= fails to package: pkg-static: Unable to access file stage/usr/local/include/botan-2/botan/rdrand_rng.h:No such file or directory +BROKEN_powerpc64= fails to configure: Unknown compiler "None"; available options: clang ekopath gcc hpcc icc msvc pgi sunstudio xlc + LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs OPTIONS_DEFINE= SQLITE3 SSL DOCS |