git: dbbe1ee0b22e - 2024Q2 - www/iridium: make sure to use llvm16 until iridium is updated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Apr 2024 16:01:32 UTC
The branch 2024Q2 has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbbe1ee0b22e8749fa834f21f865662388bee3b6 commit dbbe1ee0b22e8749fa834f21f865662388bee3b6 Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2024-04-13 16:00:59 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2024-04-13 16:01:28 +0000 www/iridium: make sure to use llvm16 until iridium is updated (cherry picked from commit 633123b9e4d21c0806c19b6b35c6af86ed4630ab) --- www/iridium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/iridium/Makefile b/www/iridium/Makefile index 2ad771914e5b..830675b7d917 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -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} \