diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-06-13 17:22:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-06-13 17:22:55 +0000 |
commit | f8af6b443bbe25428b717571c3e75d1217a5c045 (patch) | |
tree | 1f5ba768abf018d4baef2034590913669f29c024 /net-p2p/xmrig | |
parent | e0604362603db1f0bfde4b102bd3f226ec4cf78c (diff) | |
download | freebsd-ports-f8af6b443bbe25428b717571c3e75d1217a5c045.zip |
Update the failure message on powerpc64 after adding compiler:c++11-lang
to USES to unmask the underlying error.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-p2p/xmrig')
-rw-r--r-- | net-p2p/xmrig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile index 2d3031a57b52..700f48955198 100644 --- a/net-p2p/xmrig/Makefile +++ b/net-p2p/xmrig/Makefile @@ -15,9 +15,9 @@ 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 configure: Target "xmrig" requires the language dialect "CXX11", but CMake does not know the compile flags to use to enable it. +BROKEN_powerpc64= fails to compile: g++9: error: unrecognized command line option '-maes'; did you mean '-mads'? -USES= cmake ssl +USES= cmake compiler:c++11-lang ssl USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} |