1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

net-p2p/monero-cli: Mark as broken on amd64

This commit is contained in:
Vasil Dimov 2019-03-04 20:12:53 +00:00
parent de6f11daf8
commit b823387c36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494642

View File

@ -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 \