git: fbb9f1c4bc1e - main - math/lrslib: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 18:50:23 UTC
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