git: 2d593c318941 - main - math/primesum: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 11 Dec 2022 07:25:28 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d593c3189419f5c7bca5c5cf4e040f58355c19d

commit 2d593c3189419f5c7bca5c5cf4e040f58355c19d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-11 07:08:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-11 07:25:25 +0000

    math/primesum: Broken on i386
    
    Reported by:    fallout
---
 math/primesum/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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