git: b12544bb8f23 - main - devel/qt6-tools: Enable build with ccache after [1]
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Dec 2023 23:07:29 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=b12544bb8f23fa03815cfa180ccbaffa85f9c5f0 commit b12544bb8f23fa03815cfa180ccbaffa85f9c5f0 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-12-12 22:12:13 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-12-12 23:07:09 +0000 devel/qt6-tools: Enable build with ccache after [1] We don't have to build with a particular llvm version, but need to specificy an llvm version to link against. This restores build behavior before [1]. [1] https://cgit.freebsd.org/ports/commit/?id=4df0e66a3662ac9d427c2dcd79eb8555236083dd --- devel/qt6-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/qt6-tools/Makefile b/devel/qt6-tools/Makefile index 8337b56058b6..c4f065572e5e 100644 --- a/devel/qt6-tools/Makefile +++ b/devel/qt6-tools/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libzstd.so:archivers/zstd -USES= cmake compiler:c++17-lang gl llvm:lib python:build \ +USES= cmake compiler:c++17-lang gl llvm:lib,noexport python:build \ qt-dist:6 USE_GL= opengl USE_QT= base declarative