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.
This commit is contained in:
tb
2025-06-15 11:20:02 +00:00
parent bd6cc0bf9d
commit f5ec1d24b3
+3 -2
View File
@@ -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 \