aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2024-04-13 16:00:59 +0000
committerRobert Nagy <rnagy@FreeBSD.org>2024-04-13 16:01:28 +0000
commitdbbe1ee0b22e8749fa834f21f865662388bee3b6 (patch)
tree2a258a7f4a00000c2ebf8c046ef37aa8f88f62ee
parent08696f8f5e82b2844e598b6478592a48a25d6458 (diff)
downloadports-dbbe1ee0b22e8749fa834f21f865662388bee3b6.tar.gz
ports-dbbe1ee0b22e8749fa834f21f865662388bee3b6.zip
www/iridium: make sure to use llvm16 until iridium is updated
(cherry picked from commit 633123b9e4d21c0806c19b6b35c6af86ed4630ab)
-rw-r--r--www/iridium/Makefile2
1 files changed, 1 insertions, 1 deletions
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} \