git: 9b31c00e3735 - main - science/openmodelica: Broken on aarch64 and i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Jan 2023 11:07:06 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9b31c00e3735e66109dc7cefcf75bb1a379ff516
commit 9b31c00e3735e66109dc7cefcf75bb1a379ff516
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-05 11:06:30 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-05 11:06:30 +0000
science/openmodelica: Broken on aarch64 and i386
Reported by: fallout
---
science/openmodelica/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile
index 9ce2d71e83f8..e26c0edbf2c8 100644
--- a/science/openmodelica/Makefile
+++ b/science/openmodelica/Makefile
@@ -15,6 +15,9 @@ LICENSE_NAME= Public license for OpenModelica
LICENSE_TEXT= See https://github.com/OpenModelica/OpenModelica/blob/master/OSMC-License.txt
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_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 \
autoconf>0:devel/autoconf \
automake:devel/automake \