graphics/mesa-devel: restore LLVM_DEFAULT comment before e502b6db28
- mesa-dri uses llvm13 but upstream minimum is still llvm11 - intel-graphics-compiler is flavored for multiple llvm PR: 259563
This commit is contained in:
parent
a25a2c12e4
commit
054c92ece4
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ ZSTD_MESON_ENABLED= zstd
|
|||
|
||||
# Ignore Mk/bsd.default-versions.mk but respect make.conf(5)
|
||||
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mllvm*}
|
||||
LLVM_DEFAULT= 13 # bump if not latest release
|
||||
LLVM_DEFAULT= 13 # chase mesa-dri
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue