git: 6b319e71f177 - main - math/mathgl: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 03 Dec 2022 10:59:31 UTC
The branch main has been updated by yuri:

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

commit 6b319e71f1779436c563276807ed72ea1895fcd1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-03 10:58:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-03 10:58:32 +0000

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

diff --git a/math/mathgl/Makefile b/math/mathgl/Makefile
index 639e67ba4b6d..022103964df6 100644
--- a/math/mathgl/Makefile
+++ b/math/mathgl/Makefile
@@ -11,6 +11,8 @@ WWW=		http://mathgl.sourceforge.net
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv7=	error: unknown FP unit 'sse', see https://sourceforge.net/p/mathgl/bugs/49/
+
 LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libgsl.so:math/gsl \
 		libhdf5.so:science/hdf5 \