From 0f46db9f96fa8e4e0b6422c86a3147307a3cf7ad Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sat, 1 Mar 2025 16:13:28 +0300 Subject: [PATCH] lang/dotnet8: Fix build after the LLVM_DEFAULT bump PR: 285085 --- lang/dotnet8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile index 0cdffa443b3a..7d6b24eb3fae 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-host -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