Bug 281015 - editors/libreoffice: fix build with qt6
Summary: editors/libreoffice: fix build with qt6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Office Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-23 19:38 UTC by Eric Camachat
Modified: 2024-08-24 13:57 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments
Fix build with qt6 (534 bytes, patch)
2024-08-23 19:38 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2024-08-23 19:38:26 UTC
Created attachment 253044 [details]
Fix build with qt6

Fix build with qt6:
checking for Qt6 headers... /usr/local/include/qt6
checking for QtCore/qconfig.h... yes
checking for Qt6 libraries... /usr/local/lib/qt6
configure: error: Qt 6 QMultimedia not found.
===>  Script "configure" failed unexpectedly.
Please report the problem to office@FreeBSD.org [maintainer] and attach the
"/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-24.8.0.3/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/ports/editors/libreoffice
=>> Cleaning up wrkdir
=
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-24 13:57:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31cdb5c742c3a00272c4e47457c43ada5a19888b

commit 31cdb5c742c3a00272c4e47457c43ada5a19888b
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2024-08-24 13:56:29 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-08-24 13:56:29 +0000

    editors/libreoffice: Fix build with qt6

    PR:             281015

 editors/libreoffice/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)