aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-01-15 07:50:45 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-01-15 07:50:45 +0000
commiteb98026ac9a33d957b23c0ec7d93596cec2407bd (patch)
tree2607383f9c8567c758e288819c6be5bd4a8e9f54
parentbb8e4d4016d7b28c5b1a9dbf31f8b21aef9f06a1 (diff)
downloadports-eb98026ac9a33d957b23c0ec7d93596cec2407bd.tar.gz
ports-eb98026ac9a33d957b23c0ec7d93596cec2407bd.zip
emulators/wine-devel,emulators/wine-proton: remove check for removed LLVM_VER
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine-proton/Makefile2
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}