diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2021-05-16 08:47:17 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2021-05-16 08:47:17 +0000 |
commit | b7ae574caeb58c5d086fb0d67c85a8147c8e0185 (patch) | |
tree | f100e6cac453e94b300f322167cfa184b8e2ba14 | |
parent | 7366feefd843368278c81f51308d03e28de0cdaf (diff) | |
download | ports-b7ae574caeb58c5d086fb0d67c85a8147c8e0185.tar.gz ports-b7ae574caeb58c5d086fb0d67c85a8147c8e0185.zip |
net-p2p/xmrig: remove BROKEN for armv6 and armv7
This port builds fine now on armv6 and armv7
-rw-r--r-- | net-p2p/xmrig/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile index 3fb313cbecc6..0b4c9eb27881 100644 --- a/net-p2p/xmrig/Makefile +++ b/net-p2p/xmrig/Makefile @@ -12,8 +12,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: src/common/cpu/BasicCpuInfo_arm.cpp:30:13: fatal error: 'asm/hwcap.h' file not found -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 |