Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2022 07:25:28 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2d593c318941 - main - math/primesum: Broken on i386
Message-ID:  <202212110725.2BB7PSg1091419@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212110725.2BB7PSg1091419>