From c4778c29843bc40a9250384c52afc89d7cadf224 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 12 Jan 2024 12:43:21 -0800 Subject: [PATCH] misc/randomx: Broken on powerpc64le Reported by: https://portsfallout.com/ --- misc/randomx/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/randomx/Makefile b/misc/randomx/Makefile index f27e8feab89a3..466b1d27372bb 100644 --- a/misc/randomx/Makefile +++ b/misc/randomx/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/tevador/RandomX LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= compilation error: vectorized code fails to compile, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276282 + USES= cmake:testing compiler:c++11-lang USE_LDCONFIG= yes