Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2024 13:57:23 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31cdb5c742c3 - main - editors/libreoffice: Fix build with qt6
Message-ID:  <202408241357.47ODvNd7033552@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408241357.47ODvNd7033552>