git: 77a984113e2d - main - math/lrslib: mark BROKEN on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jun 16 09:00:28 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77a984113e2d7ee7af0398ec231bc397389c8b5e

commit 77a984113e2d7ee7af0398ec231bc397389c8b5e
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-16 09:00:10 +0000
Commit:     Piotr Kubaj <pkubaj at 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
 


More information about the dev-commits-ports-main mailing list