[Bug 262008] editors/libreoffice failed to build
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 262008] editors/libreoffice failed to build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Mar 2022 07:30:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008 --- Comment #51 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f88f34d1b4a00d94c00aae1b3097c9c637e36397 commit f88f34d1b4a00d94c00aae1b3097c9c637e36397 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2022-03-09 07:28:27 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-03-09 07:28:27 +0000 editors/libreoffice: work around changed alignment of __cxa_exception LibreOffice has special detection for the change in alignment and size of struct cxa_exception, when using libc++abi. However, this updated alignment also applies to libunwind and upstream libcxxrt, and will soon apply to our libcxxrt too. Enable the special detection unconditionally for x86_64 and aarch64, so libreoffice packages built on 13.0-R (with the old alignment) will seamlessly work on 13.1-R (which will have the new alignment). PR: 262008 editors/libreoffice/Makefile | 2 +- ...bridges_source_cpp__uno_gcc3__linux__aarch64_abi.cxx (new) | 11 +++++++++++ ...idges_source_cpp__uno_gcc3__linux__x86-64_except.cxx (new) | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.