git: c86d2549b397 - 2022Q3 - misc/opennn: Broken on armv6, armv7, riscv64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 20 Jul 2022 19:27:31 UTC
The branch 2022Q3 has been updated by yuri:

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

commit c86d2549b397557ec1f26454ab8077d64d6793c8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 18:34:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 19:25:04 +0000

    misc/opennn: Broken on armv6, armv7, riscv64
    
    Reported by:    fallout
    
    (cherry picked from commit 17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee)
---
 misc/opennn/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/misc/opennn/Makefile b/misc/opennn/Makefile
index 700135e51173..81c10a2811a5 100644
--- a/misc/opennn/Makefile
+++ b/misc/opennn/Makefile
@@ -9,6 +9,10 @@ COMMENT=	Open neural networks library
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_armv6=	fatal error: 'omp.h' file not found
+BROKEN_armv7=	fatal error: 'omp.h' file not found
+BROKEN_riscv64=	fatal error: 'omp.h' file not found
+
 USES=		cmake compiler dos2unix zip
 DOS2UNIX_FILES=	opennn/CMakeLists.txt
 USE_LDCONFIG=	yes