git: 99db0186f5c9 - 2024Q2 - math/kamis: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Apr 2024 09:01:36 UTC
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=99db0186f5c998922d2cd8308b37fe4f69f8dfa2 commit 99db0186f5c998922d2cd8308b37fe4f69f8dfa2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-28 09:00:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-28 09:01:30 +0000 math/kamis: Broken on armv7 gcc13 fails. Reported by: fallout (cherry picked from commit fffcdcda6dce55f21a9b6ef4025ae74067894c6e) --- math/kamis/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/kamis/Makefile b/math/kamis/Makefile index 1da88651e2e7..6ee28c1dbd37 100644 --- a/math/kamis/Makefile +++ b/math/kamis/Makefile @@ -10,6 +10,8 @@ WWW= https://karlsruhemis.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= gcc13 fails: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278630 + USES= cmake USE_LDCONFIG= yes