From 184e87aeca6646f309aa7e376f4803ee2a76e07c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 1 Feb 2023 21:47:39 +0000 Subject: [PATCH] math/primesum: mark BROKEN on powerpc Same issue as on other 32-bit architectures. --- math/primesum/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/primesum/Makefile b/math/primesum/Makefile index c8ec0ec316f4..fea9a55fc1db 100644 --- a/math/primesum/Makefile +++ b/math/primesum/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= compiler does not support int128_t BROKEN_armv7= compiler does not support int128_t BROKEN_i386= compiler does not support int128_t +BROKEN_powerpc= compiler does not support int128_t USES= cmake:testing compiler:c++11-lang USE_LDCONFIG= yes