Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 18:50:23 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbb9f1c4bc1e - main - math/lrslib: Broken on armv7
Message-ID:  <202207201850.26KIoN0i067032@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit fbb9f1c4bc1ec652b0339898f15f8efebcf53671
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 18:48:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 18:50:20 +0000

    math/lrslib: Broken on armv7
    
    Reported by:    fallout
---
 math/lrslib/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/lrslib/Makefile b/math/lrslib/Makefile
index 5a191f54dfac..467db7f8373a 100644
--- a/math/lrslib/Makefile
+++ b/math/lrslib/Makefile
@@ -9,9 +9,10 @@ COMMENT=	Reverse search algorithm for vertex enumeration/convex hull problems
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv6=	error: __int128 is not supported on this target
+BROKEN_armv7=	error: __int128 is not supported on this target
 BROKEN_i386=	error: __int128 is not supported on this target
 BROKEN_powerpc=	error: __int128 is not supported on this target
-BROKEN_armv6=	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?202207201850.26KIoN0i067032>