summaryrefslogtreecommitdiff
path: root/net-p2p/xmrig
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-25 06:39:41 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-25 06:39:41 +0000
commitaf408433c53d11640beab9ada8a47f4dc0d19ee0 (patch)
tree1d773d3ed1e72f7ee1d15f747cfaa2d2023a447b /net-p2p/xmrig
parent82f115cb03fc559b71ba877f2f855eeaacd2c397 (diff)
downloadfreebsd-ports-af408433c53d11640beab9ada8a47f4dc0d19ee0.zip
Also mark as BROKEN on riscv64:
c++: warning: argument unused during compilation: '-maes' [-Wunused-command-line-argument] In file included from /wrkdirs/usr/ports/net-p2p/xmrig/work/xmrig-6.7.2/src/backend/cpu/platform/BasicCpuInfo.cpp:29: /nxb-bin/usr/lib/clang/11.0.0/include/cpuid.h:11:2: error: this header is for x86 only Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-p2p/xmrig')
-rw-r--r--net-p2p/xmrig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile
index a6f36452d434..feb27d0bdf09 100644
--- a/net-p2p/xmrig/Makefile
+++ b/net-p2p/xmrig/Makefile
@@ -16,6 +16,7 @@ BROKEN_aarch64= fails to compile: src/common/cpu/BasicCpuInfo_arm.cpp:30:13: fat
BROKEN_armv6= fails to build: /nxb-bin/usr/lib/clang/8.0.0/include/ia32intrin.h:48:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
BROKEN_armv7= fails to build: /nxb-bin/usr/lib/clang/8.0.0/include/ia32intrin.h:48:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
BROKEN_powerpc64= fails to compile: g++9: error: unrecognized command line option '-maes'; did you mean '-mads'?
+BROKEN_riscv64= fails to compile: /nxb-bin/usr/lib/clang/11.0.0/include/cpuid.h:11:2: error: this header is for x86 only
USES= cmake compiler:c++11-lang ssl
USE_GITHUB= yes