diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 12:56:54 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:05:22 +0300 |
commit | 3d10b1fe4746c87a0675423ea215f745a2ef4c53 (patch) | |
tree | dee848deba296904b483e15d53a664ce5c4e8547 | |
parent | finance/ledger: fix build with boost-1.86 (diff) |
science/openmodelica: mark as BROKEN, fails to build with boost-1.86+
Sponsored by: Future Crew, LLC
-rw-r--r-- | science/openmodelica/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/openmodelica/Makefile b/science/openmodelica/Makefile index 8b8976ca95d9..c8871a14e888 100644 --- a/science/openmodelica/Makefile +++ b/science/openmodelica/Makefile @@ -20,6 +20,7 @@ LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell BROKEN_aarch64= link fails: ld: cannot find -lquadmath: No such file or directory BROKEN_armv7= link fails: 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 +BROKEN= fails to build with boost-1.86+ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ autoconf>0:devel/autoconf \ |