Date: Wed, 09 Mar 2022 07:30:38 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 262008] editors/libreoffice failed to build Message-ID: <bug-262008-25061-yW6kZbGoZw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262008-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-262008-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262008 --- Comment #51 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Df88f34d1b4a00d94c00aae1b3097c9c= 637e36397 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(-) --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262008-25061-yW6kZbGoZw>