diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-18 11:00:53 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-18 11:16:38 -0700 |
commit | eef0f6bffbab250b3d4b30d585c23d4a1cdf7479 (patch) | |
tree | 93eec673637fcc2c322eb22b1327c67266d528b5 /math/reduce | |
parent | net/spoofer: update to 1.4.11 (diff) |
math/reduce: Broken on armv7
Reported by: fallout
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |