diff options
author | linimon <linimon@FreeBSD.org> | 2018-08-21 12:52:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-08-21 12:52:50 +0800 |
commit | caf4bae691b94aa476e6942d76fad938d7e0a5b5 (patch) | |
tree | c0398c075aa9a67d1996000ef3f5c134d2730227 /net-p2p | |
parent | deae7cc879e5f9f30575455cba429b9973388502 (diff) | |
download | freebsd-ports-gnome-caf4bae691b94aa476e6942d76fad938d7e0a5b5.tar.gz freebsd-ports-gnome-caf4bae691b94aa476e6942d76fad938d7e0a5b5.tar.zst freebsd-ports-gnome-caf4bae691b94aa476e6942d76fad938d7e0a5b5.zip |
Mark as broken on arm (and presumably powerpc64): the clang compiler
does not support '-march=native'.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/monero-cli/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile index 77315ed33b93..042435020742 100644 --- a/net-p2p/monero-cli/Makefile +++ b/net-p2p/monero-cli/Makefile @@ -16,6 +16,11 @@ COMMENT= Private, secure, untraceable, decentralised digital currency (CLI) LICENSE= BSD3CLAUSE +BROKEN_aarch64= fails to compile: the clang compiler does not support -march=native +BROKEN_armv6= fails to compile: the clang compiler does not support -march=native +BROKEN_armv7= fails to compile: the clang compiler does not support -march=native +BROKEN_powerpc64= fails to compile: the clang compiler does not support -march=native + LIB_DEPENDS= \ libboost_chrono.so:devel/boost-libs \ libboost_date_time.so:devel/boost-libs \ |