aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-12 20:43:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-12 20:43:53 +0000
commitc4778c29843bc40a9250384c52afc89d7cadf224 (patch)
tree5ff51888e06558ae44b1a685fcc838077cf7ca28
parent76f265c5def26b9e06f9ab74511465bda7686c26 (diff)
downloadports-c4778c29843bc40a9250384c52afc89d7cadf224.tar.gz
ports-c4778c29843bc40a9250384c52afc89d7cadf224.zip
misc/randomx: Broken on powerpc64le
-rw-r--r--misc/randomx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/randomx/Makefile b/misc/randomx/Makefile
index f27e8feab89a..466b1d27372b 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