git: 6bc698e7063d - 2022Q3 - math/lrslib: Broken on armv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Jul 2022 23:36:46 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bc698e7063dfdfe2c317b328e02fa6eec5d5346 commit 6bc698e7063dfdfe2c317b328e02fa6eec5d5346 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:36:43 +0000 math/lrslib: Broken on armv6 Reported by: fallout (cherry picked from commit e4024e4628e34882c5048d98246c71fe4f1edb86) --- 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