summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-12-10 23:08:50 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2022-12-10 23:25:25 -0800
commit2d593c3189419f5c7bca5c5cf4e040f58355c19d (patch)
tree10f94e7e65e4635d61fba2634cc12081c4c5a24a
parentnet-p2p/prowlarr: Update to 0.4.10.2111 (diff)
math/primesum: Broken on i386
Reported by: fallout
-rw-r--r--math/primesum/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/primesum/Makefile b/math/primesum/Makefile
index 0f9e589011d6..a929a184236c 100644
--- a/math/primesum/Makefile
+++ b/math/primesum/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/kimwalisch/primesum
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_i386= compiler does not support int128_t
+
USES= cmake:testing compiler:c++11-lang
USE_LDCONFIG= yes