git: 184e87aeca66 - main - math/primesum: mark BROKEN on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 21:48:08 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=184e87aeca6646f309aa7e376f4803ee2a76e07c commit 184e87aeca6646f309aa7e376f4803ee2a76e07c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-02-01 21:47:39 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-02-01 21:47:39 +0000 math/primesum: mark BROKEN on powerpc Same issue as on other 32-bit architectures. --- 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