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 21:47:39 +0000
commit184e87aeca6646f309aa7e376f4803ee2a76e07c (patch)
treee788f424dc30dd319a76bc9cc7cf8d62d5eaf51f
parent63838c60c42e743f85fd67902b227b7a1717fd0d (diff)
downloadports-184e87aeca6646f309aa7e376f4803ee2a76e07c.tar.gz
ports-184e87aeca6646f309aa7e376f4803ee2a76e07c.zip
math/primesum: mark BROKEN on powerpc
Same issue as on other 32-bit architectures.
-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