mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/gnome-builder: prepare for LLVM_DEFAULT=15
Previous failure: [...] llvm-config found: NO need ['>= 3.5'] Run-time dependency LLVM found: NO (tried config-tool) [...] PR: 263456
This commit is contained in:
parent
e66cf64fcf
commit
f815d38021
1 changed files with 2 additions and 3 deletions
|
@ -77,11 +77,10 @@ OPTIONS_DEFINE= CLANG DOCS
|
|||
OPTIONS_DEFAULT= CLANG
|
||||
|
||||
# track the latest llvm/clang version, the config script picks the newest available
|
||||
LLVM_VER= ${LLVM_DEFAULT}
|
||||
CLANG_DESC= Build the clang plugin
|
||||
CLANG_MESON_TRUE= plugin_clang
|
||||
CLANG_BUILD_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER}
|
||||
CLANG_RUN_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER}
|
||||
CLANG_USES= llvm:build,run
|
||||
CLANG_BINARY_ALIAS= llvm-config=${LLVM_CONFIG}
|
||||
|
||||
# 11.1 and older has issues with vala generated code.
|
||||
post-patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue