Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 16:01:32 GMT
From:      Robert Nagy <rnagy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: dbbe1ee0b22e - 2024Q2 - www/iridium: make sure to use llvm16 until iridium is updated
Message-ID:  <202404131601.43DG1We3099415@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404131601.43DG1We3099415>