aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-02-01 21:47:39 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-02-01 22:46:53 +0000
commit09ff3006414454e578dbee4c81b58b998badd4b4 (patch)
treeb2ee71dfb18034cd484512dcaba54588edaf2764
parent6d8e8371b36b1b51e4f65c4feed3a912571aee46 (diff)
downloadports-09ff3006414454e578dbee4c81b58b998badd4b4.tar.gz
ports-09ff3006414454e578dbee4c81b58b998badd4b4.zip
math/primesum: mark BROKEN on powerpc
Same issue as on other 32-bit architectures. (cherry picked from commit 184e87aeca6646f309aa7e376f4803ee2a76e07c)
-rw-r--r--math/primesum/Makefile1
1 files changed, 1 insertions, 0 deletions
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