git: fc5968642a50 - 2024Q1 - science/openmodelica: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 13 Jan 2024 03:31:30 UTC
The branch 2024Q1 has been updated by yuri:

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

commit fc5968642a50a925378a5cd236ae6c2cabe57bf2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-13 03:30:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-13 03:31:25 +0000

    science/openmodelica: Broken on armv7
    
    Reported by:    https://portsfallout.com/
    
    (cherry picked from commit 684e0e073b7c6304c97ee7d88ff6c2472787ad2e)
---
 science/openmodelica/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile
index 7c3cc5ee5b07..caffaaf0da35 100644
--- a/science/openmodelica/Makefile
+++ b/science/openmodelica/Makefile
@@ -18,6 +18,7 @@ LICENSE_TEXT=	See https://github.com/OpenModelica/OpenModelica/blob/master/OSMC-
 LICENSE_PERMS=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
 
 BROKEN_aarch64=	link fails: /usr/local/bin/ld: cannot find -lquadmath: No such file or directory
+BROKEN_armv7=	link fails: /usr/local/bin/ld: cannot find -lquadmath: No such file or directory
 BROKEN_i386=	compilation fails: /wrkdirs/usr/ports/science/openmodelica/work/OpenModelica-1.20.0/OMCompiler/3rdParty/libffi/src/x86/sysv.S:841:1: error: changed section flags for .eh_frame, expected: 0x2
 
 BUILD_DEPENDS=	asciidoc:textproc/asciidoc \