[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: Sun, 06 Mar 2022 16:42:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262008 --- Comment #49 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8b6581835f18a1dae05a4dd9a8b5829fe99b5d7 commit c8b6581835f18a1dae05a4dd9a8b5829fe99b5d7 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-03-06 16:37:48 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-03-06 16:37:48 +0000 editors/libreoffice: force PDFium to link with OpenJPEG (+) When libvcllo.so is linked together with libpdfiumlo.so, it also needs libopenjp2.so from graphics/openjpeg, since pdfium depends on that. Building with LTO exposes this as an error, complaining about undefined references to openjpeg library functions. While here, add py310 to allowed versions to the build PR: 262008 Submitted by: Florian Walpen <dev@submerge.ch> Sponsored by: Netzkommune GmbH editors/libreoffice/Makefile | 4 ++-- editors/libreoffice/files/patch-RepositoryExternal.mk (new) | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.