git: 2ffa81b087fc - 2022Q3 - www/chromium: fix build on 14-CURRENT until llvm14 has wasi support.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Sep 2022 08:47:17 UTC
The branch 2022Q3 has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ffa81b087fcc79d8c3d1d81749fe2a348710912
commit 2ffa81b087fcc79d8c3d1d81749fe2a348710912
Author: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
AuthorDate: 2022-09-22 08:43:09 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-09-22 08:47:10 +0000
www/chromium: fix build on 14-CURRENT until llvm14 has wasi support.
PR: 266492
(cherry picked from commit 9da64f491373d7c2ed1c74a03d0033b05ee34674)
---
www/chromium/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 93b02c1e4ec9..8e6211dde377 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -208,7 +208,7 @@ TEST_ALL_TARGET= ${TEST_TARGETS}
IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base
.endif
-.if ${COMPILER_VERSION} < 130
+.if ${COMPILER_VERSION} != 130
LLVM_DEFAULT= 13
BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
BINARY_ALIAS+= cpp=${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} \