Skip to content

Commit

Permalink
emulators/wine-proton: Default to LLVM 15 (instead of 10 or 11)
Browse files Browse the repository at this point in the history
Port dc3c11a from emulators/wine:

  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.
  Plus it's what everyone else uses.

Approved by:	maintainer (iwtcex@gmail.com)
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Sep 8, 2023
1 parent aba8da2 commit 6891d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/wine-proton/Makefile
Expand Up @@ -106,7 +106,7 @@ PULSEAUDIO_CONFIGURE_OFF= --without-pulse
.include <bsd.port.pre.mk>

.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
_LLVM_VERSION= 12
_LLVM_VERSION= 15
.else
_LLVM_VERSION= ${LLVM_DEFAULT}
.endif
Expand Down

0 comments on commit 6891d57

Please sign in to comment.