git: 31cdb5c742c3 - main - editors/libreoffice: Fix build with qt6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Aug 2024 13:57:23 UTC
The branch main has been updated by lwhsu: 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(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b2e01628911a..1dfc978d4283 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -269,7 +269,7 @@ QT6_CONFIGURE_ENABLE= qt6 QT6_CONFIGURE_ENV= QMAKE6=${QMAKE} MOC6=${MOC} PATH="${QT_TOOLDIR}:${PATH}" QT6_PREVENTS= KF5 QT6_PREVENTS_MSG= KF5 support require Qt5 engine -QT6_USE= qt=base,declarative:build,tools:build +QT6_USE= qt=base,declarative:build,multimedia,tools:build QT6_USES= qt:6 SDK_BUILD_DEPENDS= doxygen:devel/doxygen