mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
emulators/wine: Default to LLVM 15 (instead of 10 or 11)
If the user has set the default version of LLVM to 10 or 11, use LLVM 15 instead (rather than LLVM 12 as before). LLVM 15 is the current default in ports, so one less version to install in case.
This commit is contained in:
parent
ea9174d32e
commit
dc3c11a883
@ -113,7 +113,7 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
|
||||
_LLVM_VERSION= 12
|
||||
_LLVM_VERSION= 15
|
||||
.else
|
||||
_LLVM_VERSION= ${LLVM_DEFAULT}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user