Summary: | editors/libreoffice6 does not build with option I18N=on | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Lars Herschke <lhersch> | ||||
Component: | Individual Port(s) | Assignee: | FreeBSD Office Team <office> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fluffy | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(office) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c0c6c0d5946069582f8a9f0020dc00878f927fa commit 9c0c6c0d5946069582f8a9f0020dc00878f927fa Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-12-10 20:26:48 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-12-10 20:26:48 +0000 editors/libreoffice6: fix build with options I18N=ON KF5=OFF PR: 260297 Sponsored by: Netzkommune GmbH editors/libreoffice6/Makefile | 1 + 1 file changed, 1 insertion(+) Fixed, thanks |
Created attachment 230001 [details] Makefile-patch The build fails in the configure phase. ... checking for msgfmt... no configure: error: msgfmt not found. Install GNU gettext, or re-run without languages. ... The build works with the attached patch.