git: 490230b0976e - 2025Q1 - lang/dotnet8: Fix build after the LLVM_DEFAULT bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Mar 2025 05:10:00 UTC
The branch 2025Q1 has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=490230b0976e82e75a7c105e18099bcc400ce16f
commit 490230b0976e82e75a7c105e18099bcc400ce16f
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-01 13:13:28 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-25 05:09:38 +0000
lang/dotnet8: Fix build after the LLVM_DEFAULT bump
PR: 285085
(cherry picked from commit 0f46db9f96fa8e4e0b6422c86a3147307a3cf7ad)
---
lang/dotnet8/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile
index b9f59ac093cc..23e3cf89d364 100644
--- a/lang/dotnet8/Makefile
+++ b/lang/dotnet8/Makefile
@@ -31,7 +31,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \
RUN_DEPENDS= terminfo-db>0:misc/terminfo-db \
dotnet:lang/dotnet-runtime
-USES= autoreconf:build gssapi:mit llvm:noexport nodejs pkgconfig \
+USES= autoreconf:build gssapi:mit llvm:noexport,max=17 nodejs pkgconfig \
python:build,3.9+ shebangfix ssl
USE_GITHUB= yes