From f5ec1d24b398fa66908bca220e8dec7ab1981d71 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 15 Jun 2025 11:20:02 +0000 Subject: [PATCH] ldc: comment out MODCLANG_VERSION for this BROKEN port This is the last 'consumer' of llvm/16 and an update to a more recent version will allow more recent LLVMs to be used. --- lang/ldc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile index 77c79cdf78c..b97aac2395a 100644 --- a/lang/ldc/Makefile +++ b/lang/ldc/Makefile @@ -1,4 +1,4 @@ -BROKEN= needs new bootstrap +BROKEN= needs new bootstrap and an update for more recent llvm # You must create a bootstrap for each supported arch. # Can use GDC to create said bootstrap compiler. @@ -32,7 +32,8 @@ MODULES = lang/clang devel/cmake MODCLANG_COMPILER_LINKS = No MODCLANG_RUNDEP = No -MODCLANG_VERSION = 16 +# XXX - do not let this broken port pull in llvm/16 +#MODCLANG_VERSION = 16 # COMPILE_D_MODULES_SEPARATELY=ON lets ldc compile with sane memory limits. CONFIGURE_ARGS = -DCOMPILE_D_MODULES_SEPARATELY=ON \