aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/monero-cli
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-08-21 04:52:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-08-21 04:52:50 +0000
commit9b8068a3efb8ea7bd1c1f4fe5d600b5a2e772c19 (patch)
treec0398c075aa9a67d1996000ef3f5c134d2730227 /net-p2p/monero-cli
parent4a36d6a469f126d56f4ffc3295502d3c7487cb58 (diff)
downloadports-9b8068a3efb8ea7bd1c1f4fe5d600b5a2e772c19.tar.gz
ports-9b8068a3efb8ea7bd1c1f4fe5d600b5a2e772c19.zip
Mark as broken on arm (and presumably powerpc64): the clang compiler
does not support '-march=native'. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=477702
Diffstat (limited to 'net-p2p/monero-cli')
-rw-r--r--net-p2p/monero-cli/Makefile5
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 \