git: 0f46db9f96fa - main - lang/dotnet8: Fix build after the LLVM_DEFAULT bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Mar 2025 13:15:16 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f46db9f96fa8e4e0b6422c86a3147307a3cf7ad
commit 0f46db9f96fa8e4e0b6422c86a3147307a3cf7ad
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-01 13:13:28 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-01 13:15:09 +0000
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