Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2022 00:33:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdb01f144e65 - main - security/palisade: Broken on armv6
Message-ID:  <202207150033.26F0X7ss040126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207150033.26F0X7ss040126>