diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
commit | dcd74e6387a7b13a84f56be4fd95b245441cc800 (patch) | |
tree | 0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /security/botan110 | |
parent | b2e18017b2d4c4044c103983b080543102008420 (diff) | |
download | freebsd-ports-gnome-dcd74e6387a7b13a84f56be4fd95b245441cc800.tar.gz freebsd-ports-gnome-dcd74e6387a7b13a84f56be4fd95b245441cc800.tar.zst freebsd-ports-gnome-dcd74e6387a7b13a84f56be4fd95b245441cc800.zip |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index c602939bbe82..050d31529a23 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -31,6 +31,8 @@ PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * +BROKEN_aarch64= Fails to configure: unknown or unidentifiable processor arm64 + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} |