aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/monero-cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/monero-cli/Makefile')
-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 \