[Bug 263596] editors/libreoffice: make robust against __cxa_exception ABI changes
Date: Sun, 01 May 2022 08:43:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263596
--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=ca1c4839224a639c0ddd602a21b942efa4ca0952
commit ca1c4839224a639c0ddd602a21b942efa4ca0952
Author: Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-04-30 17:03:16 +0000
Commit: Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-05-01 08:27:53 +0000
editors/libreoffice: fix i386/powerpc libcxxrt ABI change detection
This makes the bundled bridgetest_server/bridgetest_client working.
Recently the size of struct __cxa_exception changed on 32 bit
architectures. A patch committed in 35a5054819f1 lets libreoffice
detect this by comparing a field of the struct against a known value.
In the bridgetest it turns out this value isn't always the same, so use
a different field instead.
PR: 263596
editors/libreoffice/Makefile | 2 +-
...h-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx | 14 +++++++++-----
...ch-bridges-source-cpp_uno-gcc3_linux_powerpc-except.cxx | 10 +++++++---
3 files changed, 17 insertions(+), 9 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.