git: 403dbf74f191 - main - math/ceres-solver: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 09 Apr 2024 07:41:11 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=403dbf74f1912a2ea41629d1261e591318e811a5

commit 403dbf74f1912a2ea41629d1261e591318e811a5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-09 06:18:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-09 07:40:56 +0000

    math/ceres-solver: Broken on armv7
---
 math/ceres-solver/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 0b4e083ea19b..8c1811ee432f 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -10,6 +10,8 @@ WWW=		http://ceres-solver.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails, gcc-13 fails with the error: use of built-in trait '__remove_cvref(_Tp)' in function signature; use library traits instead, see https://pkg-status.freebsd.org/ampere3/data/140releng-armv7-default/26c5fe5d2fe6/logs/ceres-solver-2.2.0_8.log
+
 BUILD_DEPENDS=	glog>=0.5.0:devel/glog
 LIB_DEPENDS=	libglog.so:devel/glog
 RUN_DEPENDS:=	${BUILD_DEPENDS:Meigen*}