Date: Wed, 1 Feb 2023 21:48:08 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 184e87aeca66 - main - math/primesum: mark BROKEN on powerpc Message-ID: <202302012148.311Lm8eD014853@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302012148.311Lm8eD014853>