Skip to content

Commit

Permalink
www/iridium: make sure to use llvm16 until iridium is updated
Browse files Browse the repository at this point in the history
(cherry picked from commit 633123b)
  • Loading branch information
rnagy committed Apr 13, 2024
1 parent 08696f8 commit dbbe1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/iridium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false
IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base
.endif

.if ${COMPILER_VERSION} < 160
.if ${COMPILER_VERSION} != 160
LLVM_DEFAULT= 16
BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
BINARY_ALIAS+= cpp=${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} \
Expand Down

0 comments on commit dbbe1ee

Please sign in to comment.