aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2019-03-05 04:12:53 +0800
committervd <vd@FreeBSD.org>2019-03-05 04:12:53 +0800
commit6a7826c6dd806dbbea16d513890a7162d879c0ec (patch)
tree9cde13343506544b762271ae23c731e12663d2b4 /net-p2p
parentd1c876541756cd5a15f2d6a51ab0acbf163a2bee (diff)
downloadfreebsd-ports-gnome-6a7826c6dd806dbbea16d513890a7162d879c0ec.tar.gz
freebsd-ports-gnome-6a7826c6dd806dbbea16d513890a7162d879c0ec.tar.zst
freebsd-ports-gnome-6a7826c6dd806dbbea16d513890a7162d879c0ec.zip
net-p2p/monero-cli: Mark as broken on amd64
Diffstat (limited to 'net-p2p')
-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 f8945f26121d..11dfb858f170 100644
--- a/net-p2p/monero-cli/Makefile
+++ b/net-p2p/monero-cli/Makefile
@@ -19,6 +19,11 @@ BROKEN_aarch64= fails to compile: the clang compiler does not support -march=na
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
+# /usr/bin/ld: error: undefined symbol: CryptonightR_instruction16
+# >>> referenced by CryptonightR_JIT.c
+# >>> CryptonightR_JIT.c.o:(instructions) in archive src/crypto/libcncrypto.a
+# (and similar errors for CryptonightR_instruction0..19)
+BROKEN_amd64= fails to compile: undefined symbol: CryptonightR_instruction16
LIB_DEPENDS= \
libboost_chrono.so:devel/boost-libs \