Skip to content

Commit

Permalink
emulators/wine-devel,emulators/wine-proton: remove check for removed …
Browse files Browse the repository at this point in the history
…LLVM_VER
  • Loading branch information
tcberner committed Jan 15, 2023
1 parent bb8e4d4 commit eb98026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emulators/wine-devel/Makefile
Expand Up @@ -124,7 +124,7 @@ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
BROKEN= build failure
.endif

.if (${LLVM_DEFAULT} == 90 || ${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
.if (${LLVM_DEFAULT} == 10 || ${LLVM_DEFAULT} == 11)
_LLVM_VERSION= 12
.else
_LLVM_VERSION= ${LLVM_DEFAULT}
Expand Down
2 changes: 1 addition & 1 deletion emulators/wine-proton/Makefile
Expand Up @@ -103,7 +103,7 @@ PULSEAUDIO_CONFIGURE_OFF= --without-pulse

.include <bsd.port.pre.mk>

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

0 comments on commit eb98026

Please sign in to comment.