git: 167b12e6d304 - 2024Q2 - misc/opennn: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 28 Apr 2024 09:05:35 UTC
The branch 2024Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=167b12e6d304d358b5ff3404dc3f5ac0faa29798

commit 167b12e6d304d358b5ff3404dc3f5ac0faa29798
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-28 09:04:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-28 09:05:27 +0000

    misc/opennn: Broken on armv7
    
    gcc13 fails.
    
    Reported by:    fallout
    
    (cherry picked from commit e29cf9dea20a91ea173472871d9f95524c9c4384)
---
 misc/opennn/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/opennn/Makefile b/misc/opennn/Makefile
index eeb1be32033e..9b9cb4b041dd 100644
--- a/misc/opennn/Makefile
+++ b/misc/opennn/Makefile
@@ -10,6 +10,8 @@ WWW=		https://www.opennn.net/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+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:testing dos2unix
 USE_LDCONFIG=	yes