git: eb98026ac9a3 - main - emulators/wine-devel,emulators/wine-proton: remove check for removed LLVM_VER
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Jan 2023 07:51:12 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb98026ac9a33d957b23c0ec7d93596cec2407bd commit eb98026ac9a33d957b23c0ec7d93596cec2407bd Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-01-15 07:50:45 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-01-15 07:50:45 +0000 emulators/wine-devel,emulators/wine-proton: remove check for removed LLVM_VER --- emulators/wine-devel/Makefile | 2 +- emulators/wine-proton/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 282f9b1df143..796704a4338f 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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} diff --git a/emulators/wine-proton/Makefile b/emulators/wine-proton/Makefile index cb74154a45cb..f2121120f0cb 100644 --- a/emulators/wine-proton/Makefile +++ b/emulators/wine-proton/Makefile @@ -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}