git: 09ff30064144 - 2023Q1 - math/primesum: mark BROKEN on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 01 Feb 2023 22:47:17 UTC
The branch 2023Q1 has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09ff3006414454e578dbee4c81b58b998badd4b4

commit 09ff3006414454e578dbee4c81b58b998badd4b4
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-02-01 21:47:39 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-02-01 22:46:53 +0000

    math/primesum: mark BROKEN on powerpc
    
    Same issue as on other 32-bit architectures.
    
    (cherry picked from commit 184e87aeca6646f309aa7e376f4803ee2a76e07c)
---
 math/primesum/Makefile | 1 +
 1 file changed, 1 insertion(+)

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