Revert unintentional change in r509973

This commit is contained in:
Jan Beich 2019-08-27 00:50:23 +00:00
parent fdbe420154
commit 32536a3abe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509974

View File

@ -77,9 +77,6 @@ BUNDLE_LIBS= yes
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.34:lang/${RUST_DEFAULT}
.if ${MOZILLA_VER:R:R} >= 56
.if ${LLVM_DEFAULT:S,-devel,990,} >= 90 && ${ARCH} == i386
LLVM_DEFAULT= 80
.endif
BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
MOZ_EXPORT+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT}
# Require newer Clang than what's in base system unless user opted out