git: cdb01f144e65 - main - security/palisade: Broken on armv6

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 15 Jul 2022 00:33:07 UTC
The branch main has been updated by yuri:

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

commit cdb01f144e6503e63bde72cbea1742ac945c9cda
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-15 00:32:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-15 00:33:05 +0000

    security/palisade: Broken on armv6
    
    Reported by:    fallout
---
 security/palisade/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/palisade/Makefile b/security/palisade/Makefile
index 47074125eead..d721da33398b 100644
--- a/security/palisade/Makefile
+++ b/security/palisade/Makefile
@@ -11,6 +11,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	fails to build: a declaration of 'Mul128' must be available
 BROKEN_powerpc64=	fails to build: math/native_int/binint.h:510:11: error: Architecture not supported for MultD()
+BROKEN_armv6=	configure fails: ** ERROR ** OpenMP is not installed
 
 BUILD_DEPENDS=	autoconf:devel/autoconf # possibly a mistake in the project