git: 269a7fa5bfec - 2022Q3 - math/lrslib: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 18:51:32 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=269a7fa5bfecc01f6ac34c4756465eca6868dea7 commit 269a7fa5bfecc01f6ac34c4756465eca6868dea7 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:51:21 +0000 math/lrslib: Broken on armv7 Reported by: fallout (cherry picked from commit fbb9f1c4bc1ec652b0339898f15f8efebcf53671) --- 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