summaryrefslogtreecommitdiff
path: root/x11-wm/hyprland/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/hyprland/Makefile')
-rw-r--r--x11-wm/hyprland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 18218c2e08be..196623dd407d 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -92,7 +92,7 @@ post-install:
.include <bsd.port.mk>
# XXX COMPILER_TYPE is defined after USES was already parsed
-.if "${CHOSEN_COMPILER_TYPE}-${_OSRELEASE:C/.*-//}" == "clang-CURRENT"
+.if ${CHOSEN_COMPILER_TYPE} == clang && ${_CCVERSION:M+assertions}
llvm_ARGS= build
.include "${USESDIR}/llvm.mk"
.endif