Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 03:16:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 6609ab55d05c - 2022Q3 - security/heaan: Broken on armv6
Message-ID:  <202207200316.26K3G0YS023707@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

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

commit 6609ab55d05c0354b1e602d4a1e21648c070e007
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 03:14:20 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 03:15:17 +0000

    security/heaan: Broken on armv6
    
    Reported by:    fallout
    
    (cherry picked from commit ea4b7481decaf68b2534c01c7b6d1d08a9f88ed7)
---
 security/heaan/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/heaan/Makefile b/security/heaan/Makefile
index 1f175b6749a8..76682cfbb540 100644
--- a/security/heaan/Makefile
+++ b/security/heaan/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/../../LICENSE
 
 BROKEN_i386=	error: __int128 is not supported on this target
 BROKEN_powerpc=	error: __int128 is not supported on this target
+BROKEN_armv6=	error: __int128 is not supported on this target
 BROKEN_armv7=	error: __int128 is not supported on this target
 
 LIB_DEPENDS=	libntl.so:math/ntl



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