Date: Wed, 16 Jun 2021 09:00:28 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: 77a984113e2d - main - math/lrslib: mark BROKEN on powerpc Message-ID: <202106160900.15G90Shg015211@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=77a984113e2d7ee7af0398ec231bc397389c8b5e commit 77a984113e2d7ee7af0398ec231bc397389c8b5e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-16 09:00:10 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-16 09:00:10 +0000 math/lrslib: mark BROKEN on powerpc Same issue as on i386. --- math/lrslib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/lrslib/Makefile b/math/lrslib/Makefile index fb527225bbec..f3edd962d4dd 100644 --- a/math/lrslib/Makefile +++ b/math/lrslib/Makefile @@ -10,6 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= error: __int128 is not supported on this target +BROKEN_powerpc= error: __int128 is not supported on this target LIB_DEPENDS= libgmp.so:math/gmp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106160900.15G90Shg015211>