git: e4024e4628e3 - main - math/lrslib: Broken on armv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Jul 2022 23:35:15 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4024e4628e34882c5048d98246c71fe4f1edb86 commit e4024e4628e34882c5048d98246c71fe4f1edb86 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-12 23:34:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-12 23:35:12 +0000 math/lrslib: Broken on armv6 Reported by: fallout --- math/lrslib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/lrslib/Makefile b/math/lrslib/Makefile index f3edd962d4dd..5a191f54dfac 100644 --- a/math/lrslib/Makefile +++ b/math/lrslib/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING 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