git: fd8f358e2d00 - main - math/primesum: Broken on armv6 and armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Dec 2022 06:54:27 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fd8f358e2d00a0036862f6baf69fa7232f582724
commit fd8f358e2d00a0036862f6baf69fa7232f582724
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-20 05:41:07 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-20 06:54:23 +0000
math/primesum: Broken on armv6 and armv7
Reported by: fallout
---
math/primesum/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/primesum/Makefile b/math/primesum/Makefile
index a929a184236c..c8ec0ec316f4 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_armv6= compiler does not support int128_t
+BROKEN_armv7= compiler does not support int128_t
BROKEN_i386= compiler does not support int128_t
USES= cmake:testing compiler:c++11-lang