aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-02-17 09:24:09 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-02-17 09:25:17 +0000
commita344bb19fd33ecc09ab169d5e5865f1cc383d420 (patch)
treeb4c72f5edf7480579dddca86e1c8ebe7835948bc
parentf94ead8bc85efccf81985fffaf9f37ee3af13d46 (diff)
downloadports-a344bb19fd33ecc09ab169d5e5865f1cc383d420.tar.gz
ports-a344bb19fd33ecc09ab169d5e5865f1cc383d420.zip
net-p2p/xmrig: Mark broken on 14.x, i386
Upstream issue: https://github.com/xmrig/xmrig/issues/3212 Notified by: pkg-fallout
-rw-r--r--net-p2p/xmrig/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile
index 4c8803b3aab5..4867f6c7b049 100644
--- a/net-p2p/xmrig/Makefile
+++ b/net-p2p/xmrig/Makefile
@@ -11,7 +11,9 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
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
+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
+# See: https://github.com/xmrig/xmrig/issues/3212
+BROKEN_FreeBSD_14_i386= fails to compile with llvm15 on i386
USES= cmake compiler:c++11-lang ssl
USE_GITHUB= yes