math/primesum: mark BROKEN on powerpc

Same issue as on other 32-bit architectures.
2023Q2
Piotr Kubaj 2023-02-01 21:47:39 +00:00
parent 63838c60c4
commit 184e87aeca
1 changed files with 1 additions and 0 deletions

View File

@ -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