aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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