git: 9da64f491373 - main - 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:46:33 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9da64f491373d7c2ed1c74a03d0033b05ee34674 commit 9da64f491373d7c2ed1c74a03d0033b05ee34674 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:46:30 +0000 www/chromium: fix build on 14-CURRENT until llvm14 has wasi support. PR: 266492 --- www/chromium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 4099264ca5f4..c82896cc39ec 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -209,7 +209,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} \