git: c6007c128df5 - main - www/ungoogled-chromium: switch over to llvm19 to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jan 2025 17:31:59 UTC
The branch main has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6007c128df5fdda7e088bfc3c34f3f0082b0d81 commit c6007c128df5fdda7e088bfc3c34f3f0082b0d81 Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2025-01-26 17:31:32 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2025-01-26 17:31:32 +0000 www/ungoogled-chromium: switch over to llvm19 to fix build PR: 284358 --- www/ungoogled-chromium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index a6f3c84bf240..7957473bc969 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -245,7 +245,7 @@ TEST_ALL_TARGET= ${TEST_TARGETS} IGNORE= you have selected HEIMDAL_BASE but do not have Heimdal installed in base .endif -LLVM_DEFAULT= 18 +LLVM_DEFAULT= 19 BUILD_DEPENDS+= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} BINARY_ALIAS+= cpp=${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT} \ cc=${LOCALBASE}/bin/clang${LLVM_DEFAULT} \