git: eef0f6bffbab - main - math/reduce: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 18 Aug 2022 18:16:41 UTC
The branch main has been updated by yuri:

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

commit eef0f6bffbab250b3d4b30d585c23d4a1cdf7479
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-18 18:00:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-18 18:16:38 +0000

    math/reduce: Broken on armv7
    
    Reported by:    fallout
---
 math/reduce/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/reduce/Makefile b/math/reduce/Makefile
index 1dda4866d5f4..a42100a88899 100644
--- a/math/reduce/Makefile
+++ b/math/reduce/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Codemist Standard Lisp REDUCE general-purpose computer system
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_i386=		fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2
+BROKEN_armv7=	fails to compile: error: no viable overloaded '=': return *this = int128_t(rhs);
+BROKEN_i386=	fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2
 
 BUILD_DEPENDS=	gnuplot:math/gnuplot
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \