1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

gecko: switch to llvm70

This commit is contained in:
Jan Beich 2018-10-01 21:36:55 +00:00
parent 942a223299
commit 4d5d1f463e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481070
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ USE_XORG+= xcb
.endif
.if ${MOZILLA_VER:R:R} >= 56
LLVM_DEFAULT?= 60
LLVM_DEFAULT?= 70
BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
MOZ_EXPORT+= LLVM_CONFIG=llvm-config${LLVM_DEFAULT}
.endif

View File

@ -18,7 +18,7 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= rust-lang-nursery
PLIST_FILES= bin/bindgen
LLVM_DEFAULT?= 60 # Keep in sync with Mk/bsd.gecko.mk
LLVM_DEFAULT?= 70 # Keep in sync with Mk/bsd.gecko.mk
CARGO_CRATES= aho-corasick-0.6.4 \
ansi_term-0.9.0 \