Skip to content

Commit

Permalink
devel/qt6-tools: Enable build with ccache after [1]
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BSDKaffee committed Dec 12, 2023
1 parent 729fae7 commit b12544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/qt6-tools/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b12544b

Please sign in to comment.